Home
last modified time | relevance | path

Searched refs:mffs (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dpr12757.ll7 %0 = tail call i64 asm sideeffect "mffs $0", "=f"() nounwind
13 ; CHECK: mffs
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dpr12757.ll7 %0 = tail call i64 asm sideeffect "mffs $0", "=f"() nounwind
13 ; CHECK: mffs
D2008-10-28-f128-i32.ll88 ; 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/
Dppc64-encoding-fp.s359 # 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/
Dppc64-encoding-fp.s379 # 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/
Dppc64-encoding-fp.s.cs108 0xfc,0x40,0x04,0x8e = mffs 2
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-fp.txt321 # CHECK: mffs 2
324 # CHECK: mffs. 7
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-fp.txt339 # CHECK: mffs 2
342 # CHECK: mffs. 7
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S144 mffs f0
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td253 // mffs IntMFFS
DPPCInstrInfo.td1145 "mffs $rT", IntMFFS,
/external/v8/src/ppc/
Dassembler-ppc.h1249 void mffs(const DoubleRegister frt, RCBit rc = LeaveRC);
Dconstants-ppc.h1519 V(mffs, MFFS, 0xFC00048E) \
Dassembler-ppc.cc1914 void Assembler::mffs(const DoubleRegister frt, RCBit rc) { in mffs() function in v8::internal::Assembler
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2431 "mffs $rT", IIC_IntMFFS,
2437 "mffs. $rT", IIC_IntMFFS, []>, isDOT;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2673 "mffs $rT", IIC_IntMFFS,
2679 "mffs. $rT", IIC_IntMFFS, []>, isDOT;