/external/valgrind/main/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/main/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/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
chrome.uvwxyz.readelf-e | 33 [ 9] .rela.dyn RELA 000000000001ff30 01ff30 9c3210 18 A 4 0 8
|
/external/valgrind/main/VEX/priv/ |
guest_amd64_helpers.c | 1545 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700; local 1603 UInt c3210 = vex_state->guest_FC3210; local 1973 ULong c3210 = vex_state->guest_FC3210; local 2026 UInt c3210 = vex_state->guest_FC3210; local 2082 UInt c3210 = x87->env[FPS_ENV_STAT] & 0x4700; local [all...] |
guest_x86_helpers.c | 1575 UInt c3210 = x87->env[FP_ENV_STAT] & 0x4700; local 1633 UInt c3210 = vex_state->guest_FC3210; local [all...] |
guest_amd64_toIR.c | [all...] |
host_amd64_isel.c | [all...] |
host_x86_isel.c | 793 /* C3210 flags following FPU partial remainder (fprem), both 808 /* The previous pseudo-insn will have left the FPU's C3210 [all...] |
guest_x86_toIR.c | [all...] |
host_arm_isel.c | [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 687 Iop_PRemC3210F64, /* C3210 flags resulting from FPREM, :: I32 */ 689 Iop_PRem1C3210F64, /* C3210 flags resulting from FPREM1, :: I32 */ 691 /* Note that on x86 guest, PRem1{C3210} has the same behaviour [all...] |