Searched refs:SLJIT_R2 (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/sys/external/bsd/sljit/dist/test_src/ |
| D | sljitTest.c | 211 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R2, 0, SLJIT_MEM2(SLJIT_S1, SLJIT_R1), 0); in test2() 227 sljit_emit_return(compiler, SLJIT_MOV, SLJIT_R2, 0); in test2() 270 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, (sljit_sw)&buf[4] - 0xff0000); in test3() 271 …it_op1(compiler, SLJIT_NOT, SLJIT_MEM1(SLJIT_R1), 0xff0000 + 0x20, SLJIT_MEM1(SLJIT_R2), 0xff0000); in test3() 496 sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_R2, 0, SLJIT_IMM, 0xC0F0); in test7() 497 …sljit_emit_op2(compiler, SLJIT_AND, SLJIT_R2, 0, SLJIT_R2, 0, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_s… in test7() 498 …sljit_emit_op2(compiler, SLJIT_OR, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 5, SLJIT_R2, 0, SLJIT_… in test7() 561 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_R2, 0, SLJIT_UNUSED, 0, SLJIT_LESS); in test8() 562 … sljit_emit_op1(compiler, SLJIT_MOV, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw) * 4, SLJIT_R2, 0); in test8() 564 sljit_emit_op_flags(compiler, SLJIT_MOV, SLJIT_R2, 0, SLJIT_UNUSED, 0, SLJIT_SIG_GREATER); in test8() [all …]
|
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitNativeX86_32.c | 130 *inst++ = MOD_REG | (reg_map[SLJIT_S0] << 3) | reg_map[SLJIT_R2]; in sljit_emit_enter() 505 PUSH_REG(reg_map[SLJIT_R2]); in call_with_args() 507 *inst++ = MOD_REG | (reg_map[SLJIT_R2] << 3) | reg_map[SLJIT_R0]; in call_with_args() 525 *inst++ = MOD_DISP8 | (reg_map[SLJIT_R2] << 3) | 0x4 /* SIB */; in call_with_args()
|
| D | sljitNativeX86_64.c | 555 SLJIT_ASSERT(reg_map[SLJIT_R1] == 6 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8); in call_with_args() 563 *inst++ = MOD_REG | (0x2 /* rdx */ << 3) | reg_lmap[SLJIT_R2]; in call_with_args() 569 SLJIT_ASSERT(reg_map[SLJIT_R1] == 2 && reg_map[SLJIT_R0] < 8 && reg_map[SLJIT_R2] < 8); in call_with_args() 577 *inst++ = MOD_REG | (0x0 /* r8 */ << 3) | reg_lmap[SLJIT_R2]; in call_with_args()
|
| D | sljitLir.h | 171 #define SLJIT_R2 3 macro 227 #define SLJIT_PREF_SHIFT_REG SLJIT_R2
|
| D | sljitNativeX86_common.c | 78 … w = compiler->saveds_offset - ((p) - SLJIT_R2) * (sljit_sw)sizeof(sljit_sw); \ 948 work_r = SLJIT_R2; in emit_mov_byte() 956 work_r = SLJIT_R2; in emit_mov_byte() 1174 dst_r = SLJIT_R2; in emit_clz() 2543 if (src == SLJIT_R2) { 2552 if (src == SLJIT_R2) {
|
| D | sljitNativePPC_common.c | 634 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R2) | A(SLJIT_S2) | B(SLJIT_R2))); in sljit_emit_enter()
|
| D | sljitNativeARM_T2_32.c | 1081 FAIL_IF(push_inst16(compiler, MOV | SET_REGS44(SLJIT_S2, SLJIT_R2))); in sljit_emit_enter()
|
| D | sljitNativeARM_64.c | 1152 FAIL_IF(push_inst(compiler, ORR | RD(SLJIT_S2) | RN(TMP_ZERO) | RM(SLJIT_R2))); in sljit_emit_enter()
|
| D | sljitNativeARM_32.c | 916 …IL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(MOV_DP, 0, SLJIT_S2, SLJIT_UNUSED, RM(SLJIT_R2)))); in sljit_emit_enter()
|
| /netbsd/src/sys/net/ |
| D | bpfjit.c | 100 #define BJ_TMP2REG SLJIT_R2 527 BJ_XREG == SLJIT_R2 in emit_xcall() 600 SLJIT_R2, 0, in emit_xcall() 660 BJ_XREG == SLJIT_R2 || \ in emit_cop() 663 BJ_TMP3REG == SLJIT_R2 in emit_cop() 740 #if BJ_AREG != SLJIT_R2 in emit_cop() 743 SLJIT_R2, 0, in emit_cop()
|
| /netbsd/src/sys/external/bsd/sljit/dist/regex_src/ |
| D | regexJIT.c | 126 #define R_TEMP SLJIT_R2
|