/external/valgrind/none/tests/amd64/ |
bug132918.c | 12 ULong c3210; local 27 : /*out*/ "=r" (c3210) 32 res->i = (int)(c3210 & 0x4700); /* mask for C3,2,1,0 */
|
/external/valgrind/VEX/useful/ |
show_fp_state.c | 120 printf ( "c3210: %d%d%d%d",
|
x87_to_vex_and_back.c | 251 printf ( "c3210: %d%d%d%d",
|
hd_fpu.c | 533 printf ( "c3210: %d%d%d%d", [all...] |
/external/valgrind/VEX/priv/ |
guest_amd64_helpers.c | 1857 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700; local 1915 UInt c3210 = vex_state->guest_FC3210; local 2363 ULong c3210 = vex_state->guest_FC3210; local 2416 UInt c3210 = vex_state->guest_FC3210; local 2472 UInt c3210 = x87->env[FPS_ENV_STAT] & 0x4700; local [all...] |
guest_x86_helpers.c | 1613 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700; local 1671 UInt c3210 = vex_state->guest_FC3210; local [all...] |
guest_amd64_toIR.c | [all...] |
host_amd64_isel.c | [all...] |
host_x86_isel.c | 893 /* C3210 flags following FPU partial remainder (fprem), both 908 /* The previous pseudo-insn will have left the FPU's C3210 [all...] |
guest_x86_toIR.c | [all...] |
host_arm_isel.c | [all...] |
/external/valgrind/VEX/pub/ |
libvex_ir.h | 702 Iop_PRemC3210F64, /* C3210 flags resulting from FPREM, :: I32 */ 704 Iop_PRem1C3210F64, /* C3210 flags resulting from FPREM1, :: I32 */ 706 /* Note that on x86 guest, PRem1{C3210} has the same behaviour [all...] |