Searched refs:mffs (Results 1 – 15 of 15) sorted by relevance
/external/llvm/test/CodeGen/PowerPC/ |
D | pr12757.ll | 7 %0 = tail call i64 asm sideeffect "mffs $0", "=f"() nounwind 13 ; CHECK: mffs
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr12757.ll | 7 %0 = tail call i64 asm sideeffect "mffs $0", "=f"() nounwind 13 ; CHECK: mffs
|
D | 2008-10-28-f128-i32.ll | 88 ; CHECK-NEXT: mffs 0 96 ; CHECK-NEXT: mffs 1 209 ; CHECK-NEXT: mffs 0 216 ; CHECK-NEXT: mffs 1 264 ; CHECK-NEXT: mffs 0 271 ; CHECK-NEXT: mffs 1
|
/external/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-fp.s | 359 # CHECK-BE: mffs 2 # encoding: [0xfc,0x40,0x04,0x8e] 360 # CHECK-LE: mffs 2 # encoding: [0x8e,0x04,0x40,0xfc] 361 mffs 2 362 # CHECK-BE: mffs. 7 # encoding: [0xfc,0xe0,0x04,0x8f] 363 # CHECK-LE: mffs. 7 # encoding: [0x8f,0x04,0xe0,0xfc] 364 mffs. 7
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/ |
D | ppc64-encoding-fp.s | 379 # CHECK-BE: mffs 2 # encoding: [0xfc,0x40,0x04,0x8e] 380 # CHECK-LE: mffs 2 # encoding: [0x8e,0x04,0x40,0xfc] 381 mffs 2 382 # CHECK-BE: mffs. 7 # encoding: [0xfc,0xe0,0x04,0x8f] 383 # CHECK-LE: mffs. 7 # encoding: [0x8f,0x04,0xe0,0xfc] 384 mffs. 7
|
/external/capstone/suite/MC/PowerPC/ |
D | ppc64-encoding-fp.s.cs | 108 0xfc,0x40,0x04,0x8e = mffs 2
|
/external/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-fp.txt | 321 # CHECK: mffs 2 324 # CHECK: mffs. 7
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/ |
D | ppc64-encoding-fp.txt | 339 # CHECK: mffs 2 342 # CHECK: mffs. 7
|
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb_handler.S | 144 mffs f0
|
/external/v8/src/codegen/ppc/ |
D | assembler-ppc.h | 1004 void mffs(const DoubleRegister frt, RCBit rc = LeaveRC);
|
D | constants-ppc.h | 1571 V(mffs, MFFS, 0xFC00048E) \
|
D | assembler-ppc.cc | 1740 void Assembler::mffs(const DoubleRegister frt, RCBit rc) { in mffs() function in v8::internal::Assembler
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenAsmMatcher.inc | 4258 "fesr\006mffprd\004mffs\010mffscdrn\tmffscdrni\006mffsce\007mffscrn\010m" 5813 { 6816 /* mffs */, PPC::MFFS, Convert__RegF8RC1_0, 0, { MCK_RegF8RC }, }, 5814 { 6816 /* mffs */, PPC::MFFSo, Convert__RegF8RC1_1, 0, { MCK__DOT_, MCK_RegF8RC }, },
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2431 "mffs $rT", IIC_IntMFFS, 2437 "mffs. $rT", IIC_IntMFFS, []>, isDOT;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.td | 2673 "mffs $rT", IIC_IntMFFS, 2679 "mffs. $rT", IIC_IntMFFS, []>, isDOT;
|