/external/swiftshader/third_party/LLVM/test/MC/X86/ |
D | 3DNow.s | 34 pfmax %mm2, %mm1 label
|
/external/llvm/test/MC/X86/ |
D | 3DNow.s | 34 pfmax %mm2, %mm1 label
|
/external/llvm/test/CodeGen/X86/ |
D | 3dnow-intrinsics.ll | 89 ; CHECK: pfmax 93 %2 = tail call x86_mmx @llvm.x86.3dnow.pfmax(x86_mmx %0, x86_mmx %1) 98 declare x86_mmx @llvm.x86.3dnow.pfmax(x86_mmx, x86_mmx) nounwind readnone
|
D | stack-folding-3dnow.ll | 77 ;CHECK: pfmax {{-?[0-9]*}}(%rsp), {{%mm[0-7]}} {{.*#+}} 8-byte Folded Reload 79 %2 = call x86_mmx @llvm.x86.3dnow.pfmax(x86_mmx %a, x86_mmx %b) nounwind readnone 82 declare x86_mmx @llvm.x86.3dnow.pfmax(x86_mmx, x86_mmx) nounwind readnone
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 3dnow-intrinsics.ll | 89 ; CHECK: pfmax 93 %2 = tail call x86_mmx @llvm.x86.3dnow.pfmax(x86_mmx %0, x86_mmx %1) 98 declare x86_mmx @llvm.x86.3dnow.pfmax(x86_mmx, x86_mmx) nounwind readnone
|
/external/llvm/lib/Target/X86/ |
D | X86Instr3DNow.td | 73 defm PFMAX : I3DNow_binop_rm_int<0xA4, "pfmax">;
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86Instr3DNow.td | 73 defm PFMAX : I3DNow_binop_rm_int<0xA4, "pfmax">;
|
D | X86GenAsmMatcher.inc | 4294 { X86::PFMAXrr, "pfmax", Convert__Reg1_1__Tie0__Reg1_0, { MCK_VR64, MCK_VR64 }, 0}, 4295 { X86::PFMAXrm, "pfmax", Convert__Reg1_1__Tie0__Mem5_0, { MCK_Mem, MCK_VR64 }, 0},
|
D | X86GenAsmWriter.inc | 3956 "\t\000pfadd\t\000pfcmpeq\t\000pfcmpge\t\000pfcmpgt\t\000pfmax\t\000pfmi"
|
D | X86GenAsmWriter1.inc | 3924 "\000pfcmpge\t\000pfcmpgt\t\000pfmax\t\000pfmin\t\000pfmul\t\000pfnacc\t"
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 1622 #define PFMAX(a, b) pfmax P_ARG2(a, b)
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Intrinsics.gen | 108 x86_3dnow_pfmax, // llvm.x86.3dnow.pfmax 635 "llvm.x86.3dnow.pfmax", 2254 return Intrinsic::x86_3dnow_pfmax; // "86.3dnow.pfmax" 6211 case Intrinsic::x86_3dnow_pfmax: // llvm.x86.3dnow.pfmax 7543 case Intrinsic::x86_3dnow_pfmax: // llvm.x86.3dnow.pfmax
|
/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 ... |