diff options
Diffstat (limited to 'js/src/jit/LIROps.yaml')
-rw-r--r-- | js/src/jit/LIROps.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/js/src/jit/LIROps.yaml b/js/src/jit/LIROps.yaml index 880e756f74..dccb455302 100644 --- a/js/src/jit/LIROps.yaml +++ b/js/src/jit/LIROps.yaml @@ -358,6 +358,25 @@ - name: InterruptCheck mir_op: true +- name: WasmStackSwitchToMain + operands: + suspender: WordSized + fn: WordSized + data: WordSized + call_instruction: true + +- name: WasmStackSwitchToSuspendable + operands: + suspender: WordSized + fn: WordSized + data: WordSized + call_instruction: true + +- name: WasmStackContinueOnSuspendable + operands: + suspender: WordSized + call_instruction: true + - name: WasmInterruptCheck operands: instance: WordSized |