/external/linux-kselftest/tools/testing/selftests/x86/ |
D | test_FCMOV.c | 34 TEST(fcmovbe) 69 err |= !(fcmovbe(0) == 1.0); err |= !(fcmovnbe(0) != 1.0); in main() 74 err |= !(fcmovbe(CF) != 1.0); err |= !(fcmovnbe(CF) == 1.0); in main() 79 err |= !(fcmovbe(ZF) != 1.0); err |= !(fcmovnbe(ZF) == 1.0); in main() 84 err |= !(fcmovbe(PF) == 1.0); err |= !(fcmovnbe(PF) != 1.0); in main()
|
/external/llvm/test/CodeGen/X86/ |
D | cmov-fp.ll | 71 ; NOSSE2: fcmovbe 74 ; NOSSE1: fcmovbe 218 ; NOSSE1: fcmovbe 356 ; SSE: fcmovbe 359 ; NOSSE2: fcmovbe 362 ; NOSSE1: fcmovbe
|
/external/llvm/test/MC/Disassembler/X86/ |
D | fp-stack.txt | 376 # CHECK: fcmovbe %st(0), %st(0) 379 # CHECK: fcmovbe %st(1), %st(0) 382 # CHECK: fcmovbe %st(2), %st(0) 385 # CHECK: fcmovbe %st(3), %st(0) 388 # CHECK: fcmovbe %st(4), %st(0) 391 # CHECK: fcmovbe %st(5), %st(0) 394 # CHECK: fcmovbe %st(6), %st(0) 397 # CHECK: fcmovbe %st(7), %st(0)
|
/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | x86-64.s | 385 fcmovbe %st(1), %st(0) // CHECK: fcmovbe %st(1), %st(0) label
|
D | x86-32-coverage.s | 4470 fcmovbe %st(2),%st 14151 fcmovbe %st(2),%st
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 422 fcmovbe %st(1), %st(0) // CHECK: fcmovbe %st(1), %st(0) label
|
D | x86-32-coverage.s | 2849 fcmovbe %st(2),%st
|
/external/elfutils/libcpu/defs/ |
D | i386 | 270 11011010,11010{freg}:fcmovbe {freg},%st 323 11011010,11010{freg}:fcmovbe {freg}
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrFPStack.td | 335 "fcmovbe\t{$op, %st(0)|%ST(0), $op}">, DA;
|
D | X86InstrInfo.td | 1516 def : MnemonicAlias<"fcmovna", "fcmovbe">;
|
D | X86GenAsmMatcher.inc | 1359 Mnemonic = "fcmovbe"; // "fcmovna" 3402 { X86::CMOVBE_F, "fcmovbe", Convert__Reg1_0, { MCK_RST, MCK_ST0 }, 0},
|
D | X86GenAsmWriter.inc | 3850 "movbq\t\000cmovbew\t\000cmovbel\t\000cmovbeq\t\000fcmovbe\t\000fcmovb\t"
|
D | X86GenAsmWriter1.inc | 3846 "s\000cmc\000cmova\t\000cmovae\t\000cmovb\t\000cmovbe\t\000fcmovbe\t%ST("
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 386 "fcmovbe\t{$op, %st(0)|st(0), $op}">;
|
D | X86InstrInfo.td | 2667 def : MnemonicAlias<"fcmovna", "fcmovbe", "att">;
|
/external/elfutils/tests/ |
D | testfile44.expect.bz2 | 1testfile44.o: elf32-elf_i386
2
3Disassembly of section .text:
4
5 0 ... |
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/valgrind/perf/ |
D | tinycc.c | 3489 DEF_ASM_OP2(fcmovbe, 0xdad0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 3946 DEF_ASM_OP2(fcmovbe, 0xdad0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 4821 DEF_ASM_OP2(fcmovbe, 0xdad0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 5278 DEF_ASM_OP2(fcmovbe, 0xdad0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 15528 DEF_ASM_OP2(fcmovbe, 0xdad0, 0, OPC_REG, OPT_ST, OPT_ST0 ) 15990 DEF_ASM_OP2(fcmovbe, 0xdad0, 0, OPC_REG, OPT_ST, OPT_ST0 )
|