Home
last modified time | relevance | path

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

/netbsd/src/sys/net/
Dbpfjit.c539 SLJIT_MOV_U32, in emit_xcall()
637 SLJIT_MOV_U32, in emit_xcall()
677 SLJIT_MOV_U32, in emit_cop()
742 SLJIT_MOV_U32, in emit_cop()
781 SLJIT_MOV_U32, in emit_cop()
961 return sljit_emit_op1(compiler, SLJIT_MOV_U32, dst, 0, src, srcw); in emit_memload()
989 return sljit_emit_op1(compiler, SLJIT_MOV_U32, dst, dstw, src, 0); in emit_memstore()
2067 SLJIT_MOV_U32, in generate_insn_code()
2076 SLJIT_MOV_U32, in generate_insn_code()
2088 SLJIT_MOV_U32, in generate_insn_code()
[all …]
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativePPC_common.c1340 op = SLJIT_MOV_U32; in sljit_emit_op1()
1343 if (op == SLJIT_MOV_U32 && (src & SLJIT_IMM)) in sljit_emit_op1()
1363 case SLJIT_MOV_U32: in sljit_emit_op1()
1369 case SLJIT_MOV_U32: in sljit_emit_op1()
1370 return EMIT_MOV(SLJIT_MOV_U32, INT_DATA, (sljit_u32)); in sljit_emit_op1()
1398 return EMIT_MOV(SLJIT_MOV_U32, INT_DATA | WRITE_BACK, (sljit_u32)); in sljit_emit_op1()
2355 op = SLJIT_MOV_U32; in sljit_emit_op_flags()
DsljitNativeMIPS_common.c1089 case SLJIT_MOV_U32: in sljit_emit_op1()
1091 … return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1093 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ?… in sljit_emit_op1()
1121 … return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
1123 …return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src &… in sljit_emit_op1()
1912 if (op == SLJIT_MOV_S32 || op == SLJIT_MOV_U32) in sljit_emit_op_flags()
DsljitNativeSPARC_32.c47 case SLJIT_MOV_U32: in emit_single_op()
DsljitNativeX86_common.c1274 op = SLJIT_MOV_U32; in sljit_emit_op1()
1277 if (op == SLJIT_MOV_U32 && (src & SLJIT_IMM)) in sljit_emit_op1()
1305 case SLJIT_MOV_U32: in sljit_emit_op1()
1320 …if (SLJIT_UNLIKELY(dst_is_ereg) && (!(op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S3… in sljit_emit_op1()
1330 case SLJIT_MOV_U32: in sljit_emit_op1()
1348 case SLJIT_MOV_U32: in sljit_emit_op1()
DsljitNativeTILEGX_64.c1599 case SLJIT_MOV_U32: in emit_single_op()
2101 if (op == SLJIT_MOV_S32 || op == SLJIT_MOV_U32) in sljit_emit_op_flags()
2209 case SLJIT_MOV_U32: in sljit_emit_op1()
2210 … return emit_op(compiler, SLJIT_MOV_U32, INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
2232 … return emit_op(compiler, SLJIT_MOV_U32, INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
DsljitNativePPC_32.c51 case SLJIT_MOV_U32: in emit_single_op()
DsljitNativeSPARC_common.c840 case SLJIT_MOV_U32: in sljit_emit_op1()
841 … return emit_op(compiler, SLJIT_MOV_U32, flags | INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
863 …return emit_op(compiler, SLJIT_MOV_U32, flags | INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src… in sljit_emit_op1()
DsljitLir.h862 #define SLJIT_MOV_U32 (SLJIT_OP1_BASE + 5) macro
DsljitLir.c1058 case SLJIT_MOV_U32: in check_sljit_emit_op1()
1526 …CHECK_ARGUMENT(op == SLJIT_MOV || GET_OPCODE(op) == SLJIT_MOV_U32 || GET_OPCODE(op) == SLJIT_MOV_S… in check_sljit_emit_op_flags()
1632 …if (src == SLJIT_RETURN_REG && (op == SLJIT_MOV || op == SLJIT_MOV_U32 || op == SLJIT_MOV_S32 || o… in emit_mov_before_return()
DsljitNativePPC_64.c161 case SLJIT_MOV_U32: in emit_single_op()
DsljitNativeMIPS_32.c78 case SLJIT_MOV_U32: in emit_single_op()
DsljitNativeMIPS_64.c206 case SLJIT_MOV_U32: in emit_single_op()
DsljitNativeARM_T2_32.c691 case SLJIT_MOV_U32: in emit_op_imm()
1241 case SLJIT_MOV_U32: in sljit_emit_op1()
DsljitNativeARM_64.c702 case SLJIT_MOV_U32: in emit_op_imm()
1330 case SLJIT_MOV_U32: in sljit_emit_op1()
DsljitNativeARM_32.c1638 case SLJIT_MOV_U32: in sljit_emit_op1()
/netbsd/src/sys/external/bsd/sljit/dist/test_src/
DsljitTest.c685 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_R0, 0, SLJIT_R0, 0); in test9()
698 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_R0, 0, SLJIT_R0, 0); in test9()
1398 …sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_MEM1(SLJIT_S0), sizeof(sljit_sw), SLJIT_IMM, SLJIT_W… in test18()
1844 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_MEM1(SLJIT_S1), 0, SLJIT_IMM, 34567); in test23()
1855 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_R0, 0, SLJIT_R0, 0); in test23()
2273 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_R1, 0, SLJIT_R1, 0); in test27()
2519 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_R0, 0, SLJIT_IMM, SLJIT_W(-1457052677972)); in test29()
2561 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_R0, 0, SLJIT_R2, 0); in test29()
2664 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_S1, 0, SLJIT_S1, 0); in test30()
3962 sljit_emit_op1(compiler, SLJIT_MOV_U32, SLJIT_R0, 0, SLJIT_R0, 0); in test42()
[all …]