Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/sljit/dist/doc/tutorial/
H A Dbrainfuck.c167 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
170 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ in compile()
178 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
183 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ in compile()
187 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
/dports/devel/libbpfjit/sljit-849950a/doc/tutorial/
H A Dbrainfuck.c167 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
170 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ in compile()
178 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
183 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_MEM2(CELLS, SP), 0, SLJIT_R0, 0); /* CELLS[SP] = R0 */ in compile()
187 sljit_emit_op1(C, SLJIT_MOV_UB, SLJIT_R0, 0, SLJIT_MEM2(CELLS, SP), 0); /* R0 = CELLS[SP] */ in compile()
/dports/biology/vt/vt-0.57721/lib/pcre2/sljit/
H A DsljitNativeSPARC_32.c53 case SLJIT_MOV_UB: in emit_single_op()
57 if (op == SLJIT_MOV_UB) in emit_single_op()
H A DsljitLir.h729 #define SLJIT_MOV_UB (SLJIT_OP1_BASE + 1) macro
730 #define SLJIT_IMOV_UB (SLJIT_MOV_UB | SLJIT_INT_OP)
H A DsljitNativeARM_32.c1002 case SLJIT_MOV_UB: in emit_single_op()
1007 if (op == SLJIT_MOV_UB) in emit_single_op()
1010 …MIT_DATA_PROCESS_INS(MOV_DP, 0, dst, SLJIT_UNUSED, (24 << 7) | (op == SLJIT_MOV_UB ? 0x20 : 0x40) … in emit_single_op()
1012 return push_inst(compiler, (op == SLJIT_MOV_UB ? UXTB : SXTB) | RD(dst) | RM(src2)); in emit_single_op()
1868 case SLJIT_MOV_UB: in sljit_emit_op1()
1869 …return emit_op(compiler, SLJIT_MOV_UB, ALLOW_ANY_IMM | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1()
1887 …return emit_op(compiler, SLJIT_MOV_UB, ALLOW_ANY_IMM | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1… in sljit_emit_op1()
H A DsljitNativePPC_32.c57 case SLJIT_MOV_UB: in emit_single_op()
H A DsljitNativeSPARC_common.c825 case SLJIT_MOV_UB: in sljit_emit_op1()
826 …return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJI… in sljit_emit_op1()
848 …return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src… in sljit_emit_op1()
H A DsljitNativeTILEGX_64.c1645 case SLJIT_MOV_UB: in emit_single_op()
2235 case SLJIT_MOV_UB: in sljit_emit_op1()
2236 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1()
2258 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src &… in sljit_emit_op1()
H A DsljitNativePPC_64.c172 case SLJIT_MOV_UB: in emit_single_op()
H A DsljitNativeMIPS_32.c82 case SLJIT_MOV_UB: in emit_single_op()
H A DsljitNativeMIPS_common.c1121 case SLJIT_MOV_UB: in sljit_emit_op1()
1122 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1()
1152 …return emit_op(compiler, SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src &… in sljit_emit_op1()
H A DsljitNativePPC_common.c1358 case SLJIT_MOV_UB: in sljit_emit_op1()
1359 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA, (sljit_ub)); in sljit_emit_op1()
1387 return EMIT_MOV(SLJIT_MOV_UB, BYTE_DATA | WRITE_BACK, (sljit_ub)); in sljit_emit_op1()
H A DsljitNativeMIPS_64.c173 case SLJIT_MOV_UB: in emit_single_op()
H A DsljitNativeARM_64.c670 case SLJIT_MOV_UB: in emit_op_imm()
1271 case SLJIT_MOV_UB: in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c691 case SLJIT_MOV_UB: in emit_op_imm()
1308 case SLJIT_MOV_UB: in sljit_emit_op1()
H A DsljitNativeX86_common.c1303 case SLJIT_MOV_UB: in sljit_emit_op1()
1354 case SLJIT_MOV_UB: in sljit_emit_op1()
H A DsljitLir.c89 …(((op) >= SLJIT_MOV_UB && (op) <= SLJIT_MOV_SH) || ((op) >= SLJIT_MOVU_UB && (op) <= SLJIT_MOVU_SH…
/dports/biology/vt/vt-0.57721/lib/pcre2/
H A Dpcre2_jit_compile.c515 #define MOV_UCHAR SLJIT_MOV_UB
2592 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char7_type()
2786 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in read_char8_type()
2978 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM1(TMP2), common->ctypes); in do_utfreadtype8()
3016 OP1(SLJIT_MOV_UB, TMP1, 0, SLJIT_MEM2(TMP1, TMP2), 3); in do_getucd()
4491 OP1(SLJIT_MOV_UB, CHAR1, 0, SLJIT_MEM2(LCC_TABLE, CHAR1), 0); in do_caselesscmp()
4496 OP1(SLJIT_MOV_UB, CHAR2, 0, SLJIT_MEM2(LCC_TABLE, CHAR2), 0); in do_caselesscmp()
4932 OP1(SLJIT_MOV_UB, scriptreg, 0, SLJIT_MEM1(TMP2), 0); in compile_xclass_matchingpath()
5410 OP1(SLJIT_MOV_UB, STACK_TOP, 0, SLJIT_MEM2(TMP1, TMP2), 3); in compile_char1_matchingpath()
5418 OP1(SLJIT_MOV_UB, TMP2, 0, SLJIT_MEM2(TMP1, TMP2), 3); in compile_char1_matchingpath()
[all …]