Home
last modified time | relevance | path

Searched refs:IMM_I12 (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeLOONGARCH_64.c89 #define IMM_I12(imm) (((sljit_ins)(imm)&0xfff) << 10) macro
485 inst[2] = LU52I_D | RD(reg) | RJ(reg) | IMM_I12(addr >> 52); in load_addr_to_reg()
493 inst[1] = ORI | RD(reg) | RJ(reg) | IMM_I12(addr); in load_addr_to_reg()
994 RJ(base) | IMM_I12(argw); in push_mem_inst()
1134 #define IMM_EXTEND(v) (IMM_I12((op & SLJIT_32) ? (v) : (32 + (v))))
1246 return push_inst(compiler, SLLI_W | RD(dst) | RJ(dst) | IMM_I12(0)); in emit_single_op()
1927 ins1 = INST(SLLI, op) | IMM_I12(src3w); in sljit_emit_shift_into()
1929 ins2 = INST(SRLI, op) | IMM_I12(src3w); in sljit_emit_shift_into()
1931 ins1 = INST(SRLI, op) | IMM_I12(src3w); in sljit_emit_shift_into()
1933 ins2 = INST(SLLI, op) | IMM_I12(src3w); in sljit_emit_shift_into()
[all …]

Completed in 15 milliseconds