Searched refs:ftst (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | bool-float.c | 1 int ftst(double a) { return !a; } in ftst() function
|
D | fp-ops.c | 6 _Bool ftst(double x) { return !x; } in ftst() function
|
/third_party/elfutils/libcpu/ |
D | i386.mnemonics | 181 MNE(ftst)
|
D | x86_64.mnemonics | 172 MNE(ftst)
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 792 #define FTST CHOICE(ftst, ftst, ftst) 1505 #define FTST ftst
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 378 def TST_F : FPI<0xD9, MRM_E4, (outs), (ins), "ftst">;
|
/third_party/elfutils/libcpu/defs/ |
D | i386 | 173 11011001,11100100:ftst
|
/third_party/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 |
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7669 "\005fsubp\005fsubr\006fsubrl\006fsubrp\006fsubrs\005fsubs\004ftst\005fu" 8787 { 2915 /* ftst */, X86::TST_F, Convert_NoOperands, AMFBS_None, { }, }, 23359 { 2915 /* ftst */, X86::TST_F, Convert_NoOperands, AMFBS_None, { }, },
|