Lines Matching refs:GET_OPCODE
1537 op = GET_OPCODE(op); in sljit_emit_op0()
1579 op = GET_OPCODE(op); in sljit_emit_op1()
1717 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1743 switch (GET_OPCODE(op)) { in sljit_emit_op2r()
1765 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into()
1970 if (GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) in sljit_emit_fop1_conv_sw_from_f64()
1981 …return emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) ? INT_SIZE : WORD_SIZE) … in sljit_emit_fop1_conv_sw_from_f64()
2012 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) { in sljit_emit_fop1_conv_f64_from_sw()
2028 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_U32) { in sljit_emit_fop1_conv_f64_from_uw()
2080 …FAIL_IF(emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x1) : m… in sljit_emit_fop1()
2084 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
2133 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
2222 if (GET_OPCODE(op) == SLJIT_COPY_TO_F64) in sljit_emit_fcopy()
2491 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
2495 mem_flags = (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE; in sljit_emit_op_flags()
2518 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src_r, TMP_REG2); in sljit_emit_op_flags()
3273 switch (GET_OPCODE(op)) { in sljit_emit_atomic_load()
3289 switch (GET_OPCODE(op)) { in sljit_emit_atomic_load()
3325 switch (GET_OPCODE(op)) { in sljit_emit_atomic_store()
3362 switch (GET_OPCODE(op)) { in sljit_emit_atomic_store()