Lines Matching refs:GET_OPCODE
1297 op = GET_OPCODE(op); in sljit_emit_op0()
1339 op = GET_OPCODE(op); in sljit_emit_op1()
1464 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src1w, src2w); in sljit_emit_op2()
1494 is_left = (GET_OPCODE(op) == SLJIT_SHL || GET_OPCODE(op) == SLJIT_MSHL); in sljit_emit_shift_into()
1678 if (GET_OPCODE(op) == SLJIT_CONV_S32_FROM_F64) in sljit_emit_fop1_conv_sw_from_f64()
1689 …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()
1700 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1704 …emit_op_mem(compiler, ((GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) ? INT_SIZE : WORD_SIZE), TMP_RE… in sljit_emit_fop1_conv_f64_from_sw()
1707 if (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_S32) in sljit_emit_fop1_conv_f64_from_sw()
1757 …emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x1) : mem_flags… in sljit_emit_fop1()
1761 switch (GET_OPCODE(op)) { in sljit_emit_fop1()
1810 switch (GET_OPCODE(op)) { in sljit_emit_fop2()
2100 if (GET_OPCODE(op) < SLJIT_ADD) { in sljit_emit_op_flags()
2104 mem_flags = (GET_OPCODE(op) == SLJIT_MOV ? WORD_SIZE : INT_SIZE) | STORE; in sljit_emit_op_flags()
2127 emit_op_imm(compiler, flags | GET_OPCODE(op), dst_r, src_r, TMP_REG2); in sljit_emit_op_flags()