• Home
  • Raw
  • Download

Lines Matching refs:SLJIT_I32_OP

954 	type &= ~SLJIT_I32_OP;  in push_load_cc()
971 if (!(op & SLJIT_I32_OP)) { in push_store_zero_flag()
1465 op = GET_OPCODE(op) | (op & SLJIT_I32_OP); in sljit_emit_op0()
1567 switch (opcode | (op & SLJIT_I32_OP)) { in sljit_emit_op1()
1651 switch (opcode | (op & SLJIT_I32_OP)) { in sljit_emit_op1()
1788 FAIL_IF(load_word(compiler, src_r, src, srcw, tmp1, src & SLJIT_I32_OP)); in sljit_emit_op1()
1791 switch (opcode | (op & SLJIT_I32_OP)) { in sljit_emit_op1()
1852 FAIL_IF(store_word(compiler, dst_r, dst, dstw, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op1()
1901 switch (GET_OPCODE(op) | (op & SLJIT_I32_OP)) { in have_op_2_imm()
1994 FAIL_IF(load_word(compiler, src1_r, src1, src1w, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op2()
2023 WHEN2(op & SLJIT_I32_OP, clfi, clgfi))); in sljit_emit_op2()
2028 WHEN2(op & SLJIT_I32_OP, chi, cghi))); in sljit_emit_op2()
2033 WHEN2(op & SLJIT_I32_OP, cfi, cgfi))); in sljit_emit_op2()
2042 WHEN2(op & SLJIT_I32_OP, clr, clgr))); in sljit_emit_op2()
2047 WHEN2(op & SLJIT_I32_OP, cr, cgr))); in sljit_emit_op2()
2055 FAIL_IF(load_word(compiler, src2_r, src2, src2w, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op2()
2060 WHEN2(op & SLJIT_I32_OP, clr, clgr))); in sljit_emit_op2()
2065 WHEN2(op & SLJIT_I32_OP, cr, cgr))); in sljit_emit_op2()
2084 d = src2w & ((op & SLJIT_I32_OP) ? 31 : 63); in sljit_emit_op2()
2088 FAIL_IF(load_word(compiler, tmp1, src2, src2w, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op2()
2093 int workaround_alias = op & SLJIT_I32_OP && src1_r != dst_r; in sljit_emit_op2()
2099 switch (GET_OPCODE(op) | (op & SLJIT_I32_OP)) { in sljit_emit_op2()
2138 FAIL_IF(load_word(compiler, src2_r, src2, src2w, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op2()
2143 WHEN2(op & SLJIT_I32_OP, msrkc, msgrkc))); in sljit_emit_op2()
2146 else if (op & SLJIT_I32_OP) { in sljit_emit_op2()
2169 WHEN2(op & SLJIT_I32_OP, lr, lgr))); in sljit_emit_op2()
2180 FAIL_IF(load_word(compiler, src2_r, src2, src2w, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op2()
2182 if (op & SLJIT_I32_OP) { in sljit_emit_op2()
2196 switch (GET_OPCODE(op) | (op & SLJIT_I32_OP)) { in sljit_emit_op2()
2241 (op & SLJIT_I32_OP) && in sljit_emit_op2()
2252 switch (GET_OPCODE(op) | (op & SLJIT_I32_OP)) { in sljit_emit_op2()
2324 FAIL_IF(load_word(compiler, src2_r, src2, src2w, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op2()
2330 WHEN2(op & SLJIT_I32_OP, lr, lgr))); in sljit_emit_op2()
2335 switch (GET_OPCODE(op) | (op & SLJIT_I32_OP)) { in sljit_emit_op2()
2395 WHEN2(op & SLJIT_I32_OP, lr, lgr))); in sljit_emit_op2()
2411 FAIL_IF(store_word(compiler, dst_r, dst, dstw, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op2()
2629 FAIL_IF(load_word(compiler, dst_r, dst, dstw, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op_flags()
2633 case (SLJIT_MOV32 & ~SLJIT_I32_OP): in sljit_emit_op_flags()
2649 WHEN2(op & SLJIT_I32_OP, lochi, locghi))); in sljit_emit_op_flags()
2661 WHEN2(op & SLJIT_I32_OP, nr, ngr))); in sljit_emit_op_flags()
2665 WHEN2(op & SLJIT_I32_OP, or, ogr))); in sljit_emit_op_flags()
2669 WHEN2(op & SLJIT_I32_OP, xr, xgr))); in sljit_emit_op_flags()
2681 FAIL_IF(store_word(compiler, dst_r, dst, dstw, tmp1, op & SLJIT_I32_OP)); in sljit_emit_op_flags()
2691 sljit_gpr dst_r = gpr(dst_reg & ~SLJIT_I32_OP); in sljit_emit_cmov()
2708 WHEN2(dst_reg & SLJIT_I32_OP, locr, locgr)); in sljit_emit_cmov()