/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/ |
gas-fpmem.asm | 2 fcomp label 3 fcomp %st(1) label 4 fcomp 0(%eax) label
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrRedBlackTree.h | 180 const C fComp; 226 GrRedBlackTree<T,C>::GrRedBlackTree() : fComp() { 258 if (fComp(t, n->fItem)) { 261 if (!fComp(n->fItem, t)) { 275 if (fComp(t, n->fItem)) { 278 if (!fComp(n->fItem, t)) { 295 if (fComp(t, n->fItem)) { 298 if (!fComp(n->fItem, t)) { 317 if (fComp(t, n->fItem)) { 320 if (!fComp(n->fItem, t)) [all...] |
GrOrderedSet.h | 19 GrOrderedSet() : fComp() {} 81 const C fComp;
|
/external/skia/src/gpu/ |
GrRedBlackTree.h | 180 const C fComp; 226 GrRedBlackTree<T,C>::GrRedBlackTree() : fComp() { 258 if (fComp(t, n->fItem)) { 261 if (!fComp(n->fItem, t)) { 275 if (fComp(t, n->fItem)) { 278 if (!fComp(n->fItem, t)) { 295 if (fComp(t, n->fItem)) { 298 if (!fComp(n->fItem, t)) { 317 if (fComp(t, n->fItem)) { 320 if (!fComp(n->fItem, t)) [all...] |
GrOrderedSet.h | 19 GrOrderedSet() : fComp() {} 81 const C fComp;
|
/external/llvm/test/MC/Disassembler/X86/ |
fp-stack.txt | 76 # CHECK: fcomp %st(0) 79 # CHECK: fcomp %st(1) 82 # CHECK: fcomp %st(2) 85 # CHECK: fcomp %st(3) 88 # CHECK: fcomp %st(4) 91 # CHECK: fcomp %st(5) 94 # CHECK: fcomp %st(6) 97 # CHECK: fcomp %st(7)
|
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
assyntax.h | 703 #define FCOMP(a) CHOICE(fcomp a, fcomp a, fcomp a) [all...] |
/external/mesa3d/src/mesa/x86/ |
assyntax.h | 703 #define FCOMP(a) CHOICE(fcomp a, fcomp a, fcomp a) [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrFPStack.td | 266 def COMP_FST0r : FPST0rInst <MRM3r, "fcomp\t$op">; 299 def FCOMP32m : FPI<0xD8, MRM3m, (outs), (ins f32mem:$src), "fcomp{s}\t$src">; 308 def FCOMP64m : FPI<0xDC, MRM3m, (outs), (ins f64mem:$src), "fcomp{l}\t$src">; [all...] |
/external/valgrind/main/VEX/useful/ |
hd_fpu.c | 746 case 3: /* FCOMP single-real */ 793 case 0xD8 ... 0xDF: /* FCOMP %st(?),%st(0) */ [all...] |
/external/elfutils/0.153/libcpu/defs/ |
i386 | 284 11011000,11011{freg}:fcomp {freg} 286 `11011000,11011001:fcomp 288 11011{D}00,{mod}011{r_m}:fcomp{D} {mod}{r_m} [all...] |
/external/valgrind/main/docs/internals/ |
3_2_BUGSTATUS.txt | 144 vx1761 vx1762 32 n-i-bz Missing amd64 x87 insns (FCOMP)
|
3_0_BUGSTATUS.txt | 439 110464 amd64 0xDC 0x1D FCOMP
|
/external/valgrind/main/perf/ |
tinycc.c | [all...] |
/external/qemu/disas/ |
i386.c | [all...] |
/external/llvm/test/MC/X86/ |
x86-32-coverage.s | [all...] |
/external/qemu/target-i386/ |
translate.c | [all...] |
/external/valgrind/main/ |
NEWS.old | [all...] |
NEWS | [all...] |
/external/valgrind/main/VEX/priv/ |
guest_amd64_toIR.c | [all...] |
guest_x86_toIR.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 204 fcomp, fcom_insn, 6, SUF_Z, 0xD8, 0x03, 0, 0, CPU_FPU, 0, 0 [all...] |
x86insn_gas.gperf | 396 fcomp, fcom_insn, 6, SUF_Z, 0xD8, 0x03, 0, 0, CPU_FPU, 0, 0 [all...] |
/prebuilts/tools/linux-x86/emulator/ |
emulator-arm | |
emulator-mips | |