Home
last modified time | relevance | path

Searched refs:mtfsf (Results 1 – 12 of 12) sorted by relevance

/external/llvm/test/MC/PowerPC/
Dppc64-encoding-fp.s380 # CHECK-BE: mtfsf 127, 8, 1, 1 # encoding: [0xfe,0xff,0x45,0x8e]
381 # CHECK-LE: mtfsf 127, 8, 1, 1 # encoding: [0x8e,0x45,0xff,0xfe]
382 mtfsf 127, 8, 1, 1
383 # CHECK-BE: mtfsf. 125, 8, 1, 1 # encoding: [0xfe,0xfb,0x45,0x8f]
384 # CHECK-LE: mtfsf. 125, 8, 1, 1 # encoding: [0x8f,0x45,0xfb,0xfe]
385 mtfsf. 125, 8, 1, 1
386 # CHECK-BE: mtfsf 127, 6 # encoding: [0xfc,0xfe,0x35,0x8e]
387 # CHECK-LE: mtfsf 127, 6 # encoding: [0x8e,0x35,0xfe,0xfc]
388 mtfsf 127, 6
389 # CHECK-BE: mtfsf. 125, 6 # encoding: [0xfc,0xfa,0x35,0x8f]
[all …]
/external/valgrind/coregrind/m_dispatch/
Ddispatch-ppc32-linux.S210 mtfsf 0xFF,3 /* fpscr = f3 */
273 mtfsf 0xFF,3 /* fpscr = f3 */
Ddispatch-ppc64be-linux.S216 mtfsf 0xFF,3 /* fpscr = lo32 of f3 */
271 mtfsf 0xFF,3 /* fpscr = f3 */
Ddispatch-ppc64le-linux.S237 mtfsf 0xFF,3 /* fpscr = lo32 of f3 */
297 mtfsf 0xFF,3 /* fpscr = f3 */
/external/llvm/test/MC/Disassembler/PowerPC/
Dppc64-encoding-fp.txt336 # CHECK: mtfsf 127, 8, 1, 1
339 # CHECK: mtfsf. 125, 8, 1, 1
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S256 mtfsf 0xff,f0
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCSchedule.td263 // mtfsf IntMTFSB0
DPPCInstrInfo.td1138 "mtfsf $FM, $rT", "$FRB = $FRA", IntMTFSB0,
/external/v8/src/ppc/
Dassembler-ppc.h1092 void mtfsf(const DoubleRegister frb, bool L = 1, int FLM = 0, bool W = 0,
Dconstants-ppc.h1771 V(mtfsf, MTFSF, 0xFC00058E)
Dassembler-ppc.cc2325 void Assembler::mtfsf(const DoubleRegister frb, bool L, int FLM, bool W, in mtfsf() function in v8::internal::Assembler
/external/llvm/lib/Target/PowerPC/
DPPCInstrInfo.td2426 "mtfsf $FM, $rT", IIC_IntMTFSB0, []>,
3604 "mtfsf $FLM, $FRB, $L, $W", IIC_IntMFFS, []>;
3607 "mtfsf. $FLM, $FRB, $L, $W", IIC_IntMFFS, []>, isDOT;
3609 def : InstAlias<"mtfsf $FLM, $FRB", (MTFSF i32imm:$FLM, f8rc:$FRB, 0, 0)>;
3610 def : InstAlias<"mtfsf. $FLM, $FRB", (MTFSFo i32imm:$FLM, f8rc:$FRB, 0, 0)>;