| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativePPC_32.c | 233 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) function
|
| sljitNativeSPARC_32.c | 144 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
|
| sljitNativeMIPS_32.c | 417 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
|
| sljitNativeMIPS_64.c | 511 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) function
|
| sljitNativePPC_64.c | 373 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) function
|
| sljitNativeTILEGX_64.c | 1145 static sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst_ar, sljit_sw imm, int flush) function 2341 FAIL_IF(emit_const(compiler, reg_map[PIC_ADDR_REG], srcw, 1)); 2374 FAIL_IF(emit_const(compiler, TMP_REG2_mapped, 0, 1)); 2476 PTR_FAIL_IF(emit_const(compiler, TMP_REG2_mapped, 0, 1));
|