Searched refs:fcmove (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | fcmove.ll | 6 ; Test that we can generate an fcmove, and also that it passes verification. 9 ; CHECK: fcmove %st({{[0-7]}}), %st(0)
|
/external/llvm/test/MC/Disassembler/X86/ |
D | fp-stack.txt | 352 # CHECK: fcmove %st(0), %st(0) 355 # CHECK: fcmove %st(1), %st(0) 358 # CHECK: fcmove %st(2), %st(0) 361 # CHECK: fcmove %st(3), %st(0) 364 # CHECK: fcmove %st(4), %st(0) 367 # CHECK: fcmove %st(5), %st(0) 370 # CHECK: fcmove %st(6), %st(0) 373 # CHECK: fcmove %st(7), %st(0)
|
/external/llvm/test/MC/X86/ |
D | x86-64.s | 400 fcmove %st(1), %st(0) // CHECK: fcmove %st(1), %st(0) label
|
D | x86-32-coverage.s | 2845 fcmove %st(2),%st
|
/external/elfutils/libcpu/defs/ |
D | i386 | 241 11011010,11001{freg}:fcmove {freg},%st 269 11011010,11001{freg}:fcmove {freg},%st
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFPStack.td | 388 "fcmove\t{$op, %st(0)|st(0), $op}">;
|
D | X86InstrInfo.td | 2660 def : MnemonicAlias<"fcmovz", "fcmove", "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 |
|
/external/valgrind/perf/ |
D | tinycc.c | 3488 DEF_ASM_OP2(fcmove, 0xdac8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 3945 DEF_ASM_OP2(fcmove, 0xdac8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 4820 DEF_ASM_OP2(fcmove, 0xdac8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 5277 DEF_ASM_OP2(fcmove, 0xdac8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 15527 DEF_ASM_OP2(fcmove, 0xdac8, 0, OPC_REG, OPT_ST, OPT_ST0 ) 15989 DEF_ASM_OP2(fcmove, 0xdac8, 0, OPC_REG, OPT_ST, OPT_ST0 )
|