| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeSPARC_common.c | 899 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
|
| sljitLir.c | 1114 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_op2(struct sljit_compiler *compiler, sljit_s32 op, function in typeref:typename:SLJIT_INLINE CHECK_RETURN_TYPE
|
| sljitNativeARM_32.c | 1696 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
|
| sljitNativeARM_T2_32.c | 1348 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
|
| sljitNativeARM_64.c | 1446 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
|
| sljitNativeMIPS_common.c | 1174 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
|
| sljitNativePPC_common.c | 1476 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
|
| sljitNativeTILEGX_64.c | 2265 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
|
| sljitNativeX86_common.c | 2111 CHECK(check_sljit_emit_op2(compiler, op, dst, dstw, src1, src1w, src2, src2w));
|