/src/sys/external/bsd/sljit/dist/sljit_src/ |
sljitNativeARM_32.c | 1801 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function in typeref:typename:sljit_s32 1852 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src, srcw)); 1865 return emit_fop_mem(compiler, 0, TMP_FREG1, dst, dstw); 1880 FAIL_IF(emit_fop_mem(compiler, FPU_LOAD, TMP_FREG1, src, srcw)); 1890 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw); 1901 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w)); 1906 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w)); 1931 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, dst_r, src, srcw)); 1957 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), dst_r, dst, dstw); 1979 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w)) [all...] |
sljitNativeARM_T2_32.c | 1424 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function in typeref:typename:sljit_s32 1476 FAIL_IF(emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src, srcw)); 1489 return emit_fop_mem(compiler, 0, TMP_FREG1, dst, dstw); 1504 FAIL_IF(emit_fop_mem(compiler, FPU_LOAD, TMP_FREG1, src, srcw)); 1514 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), TMP_FREG1, dst, dstw); 1525 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w); 1530 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG2, src2, src2w); 1555 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, dst_r, src, srcw); 1581 return emit_fop_mem(compiler, (op & SLJIT_F32_OP), dst_r, dst, dstw); 1602 emit_fop_mem(compiler, (op & SLJIT_F32_OP) | FPU_LOAD, TMP_FREG1, src1, src1w) [all...] |
sljitNativeARM_64.c | 1558 static sljit_s32 emit_fop_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s32 reg, sljit_s32 arg, sljit_sw argw) function in typeref:typename:sljit_s32 1622 emit_fop_mem(compiler, (op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE, TMP_FREG1, src, srcw); 1658 return emit_fop_mem(compiler, ((op & SLJIT_F32_OP) ? INT_SIZE : WORD_SIZE) | STORE, TMP_FREG1, dst, dstw); 1670 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); 1675 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); 1700 emit_fop_mem(compiler, (GET_OPCODE(op) == SLJIT_CONV_F64_FROM_F32) ? (mem_flags ^ 0x100) : mem_flags, dst_r, src, srcw); 1725 return emit_fop_mem(compiler, mem_flags | STORE, dst_r, dst, dstw); 1748 emit_fop_mem(compiler, mem_flags, TMP_FREG1, src1, src1w); 1752 emit_fop_mem(compiler, mem_flags, TMP_FREG2, src2, src2w); 1773 return emit_fop_mem(compiler, mem_flags | STORE, TMP_FREG1, dst, dstw) [all...] |