Searched refs:SLLI (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeRISCV_64.c | 74 FAIL_IF(push_inst(compiler, SLLI | RD(dst_r) | RS1(dst_r) | IMM_I(12))); in load_immediate() 125 FAIL_IF(push_inst(compiler, SLLI | RD(tmp_r) | RS1(tmp_r) | IMM_I((high & 0x1000) ? 20 : 32))); in load_immediate() 186 FAIL_IF(push_inst(compiler, SLLI | RD(TMP_REG3) | RS1(TMP_REG3) | IMM_I(32))); in emit_const()
|
H A D | sljitNativeRISCV_common.c | 128 #define SLLI (IMM_I(0x0) | F3(0x1) | OPC(0x13)) macro 368 ins[2] = SLLI | RD(reg) | RS1(reg) | IMM_I(12); in load_addr_to_reg() 1218 FAIL_IF(push_inst(compiler, SLLI | RD(dst) | RS1(src) | IMM_I(32))); in emit_rev() 1227 FAIL_IF(push_inst(compiler, SLLI | RD(dst) | RS1(dst) | IMM_I(16))); in emit_rev() 1234 FAIL_IF(push_inst(compiler, SLLI | RD(dst) | RS1(dst) | IMM_I(8))); in emit_rev() 1654 EMIT_SHIFT(SLLI, SLL); in emit_single_op() 1672 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SLLI : SRLI; in emit_single_op() 1680 op_imm = (GET_OPCODE(op) == SLJIT_ROTL) ? SRLI : SLLI; in emit_single_op() 2100 ins1 = SLLI | WORD | IMM_I(src3w); in sljit_emit_shift_into() 2106 ins2 = SLLI | WORD | IMM_I(src3w); in sljit_emit_shift_into() [all …]
|
H A D | sljitNativeLOONGARCH_64.c | 2077 ins1 = INST(SLLI, op) | IMM_I12(src3w); in sljit_emit_shift_into() 2083 ins2 = INST(SLLI, op) | IMM_I12(src3w); in sljit_emit_shift_into() 2105 ins2 = INST(SLLI, op); in sljit_emit_shift_into()
|
Completed in 26 milliseconds