Searched defs:dst_r (Results 1 - 9 of 9) sorted by relevance
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| H A D | sljitNativeX86_64.c | 691 sljit_s32 dst_r; local in function:emit_mov_int
|
| H A D | sljitNativeARM_32.c | 1872 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; local in function:sljit_emit_fop1_conv_f64_from_sw 1918 sljit_s32 dst_r; local in function:sljit_emit_fop1 1966 sljit_s32 dst_r; local in function:sljit_emit_fop2 [all...] |
| H A D | sljitNativeARM_64.c | 1290 sljit_s32 dst_r, flags, mem_flags; local in function:sljit_emit_op1 1443 sljit_s32 dst_r, flags, mem_flags; local in function:sljit_emit_op2 1615 sljit_s32 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; local in function:sljit_emit_fop1_conv_sw_from_f64 1637 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; local in function:sljit_emit_fop1_conv_f64_from_sw 1686 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; local in function:sljit_emit_fop1 1734 sljit_s32 dst_r, mem_flags = (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE; local in function:sljit_emit_fop2 1980 sljit_s32 dst_r, flags, mem_flags; local in function:sljit_emit_op_flags 2028 sljit_s32 dst_r; local in function:sljit_emit_const [all...] |
| H A D | sljitNativeARM_T2_32.c | 1227 sljit_s32 dst_r, flags; local in function:sljit_emit_op1 1496 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; local in function:sljit_emit_fop1_conv_f64_from_sw 1542 sljit_s32 dst_r; local in function:sljit_emit_fop1 1590 sljit_s32 dst_r; local in function:sljit_emit_fop2 1814 sljit_s32 dst_r, flags = GET_ALL_FLAGS(op); local in function:sljit_emit_op_flags 1893 sljit_s32 dst_r; local in function:sljit_emit_const [all...] |
| H A D | sljitNativeMIPS_common.c | 885 sljit_s32 dst_r = TMP_REG2; local in function:emit_op 1314 sljit_s32 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; local in function:sljit_emit_fop1_conv_f64_from_sw 1388 sljit_s32 dst_r; local in function:sljit_emit_fop1 1440 sljit_s32 dst_r, flags = 0; local in function:sljit_emit_fop2 [all...] |
| H A D | sljitNativeSPARC_common.c | 657 sljit_s32 dst_r = TMP_REG2; local in function:emit_op 1001 sljit_s32 dst_r = FAST_IS_REG(dst) ? (dst << 1) : TMP_FREG1; local in function:sljit_emit_fop1_conv_f64_from_sw 1052 sljit_s32 dst_r; local in function:sljit_emit_fop1 1111 sljit_s32 dst_r, flags = 0; local in function:sljit_emit_fop2 [all...] |
| H A D | sljitNativePPC_common.c | 1143 sljit_s32 dst_r; local in function:emit_op 1804 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG1; local in function:sljit_emit_fop1_conv_f64_from_sw 1897 sljit_s32 dst_r; local in function:sljit_emit_fop1 1950 sljit_s32 dst_r, flags = 0; local in function:sljit_emit_fop2 [all...] |
| H A D | sljitNativeTILEGX_64.c | 1967 sljit_s32 dst_r = TMP_REG2; local in function:emit_op
|
| H A D | sljitNativeX86_common.c | 858 sljit_s32 dst_r; local in function:emit_mov_byte 1003 sljit_s32 dst_r; local in function:emit_mov_half 1133 sljit_s32 dst_r; local in function:emit_clz 1640 sljit_s32 dst_r; local in function:emit_mul 1770 sljit_s32 dst_r, done = 0; local in function:emit_lea_binary 2279 sljit_s32 dst_r = SLOW_IS_REG(dst) ? dst : TMP_REG1; local in function:sljit_emit_fop1_conv_sw_from_f64 2301 sljit_s32 dst_r = FAST_IS_REG(dst) ? dst : TMP_FREG; local in function:sljit_emit_fop1_conv_f64_from_sw 2347 sljit_s32 dst_r; local in function:sljit_emit_fop1 2414 sljit_s32 dst_r; local in function:sljit_emit_fop2 [all...] |
Completed in 37 milliseconds