HomeSort by relevance Sort by last modified time
    Searched refs:mtfsf (Results 1 - 7 of 7) sorted by null

  /external/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 380 # 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/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
ppc64-encoding-fp.s 418 # CHECK-BE: mtfsf 127, 8, 1, 1 # encoding: [0xfe,0xff,0x45,0x8e]
419 # CHECK-LE: mtfsf 127, 8, 1, 1 # encoding: [0x8e,0x45,0xff,0xfe]
420 mtfsf 127, 8, 1, 1
421 # CHECK-BE: mtfsf. 125, 8, 1, 1 # encoding: [0xfe,0xfb,0x45,0x8f]
422 # CHECK-LE: mtfsf. 125, 8, 1, 1 # encoding: [0x8f,0x45,0xfb,0xfe]
423 mtfsf. 125, 8, 1, 1
424 # CHECK-BE: mtfsf 127, 6 # encoding: [0xfc,0xfe,0x35,0x8e]
425 # CHECK-LE: mtfsf 127, 6 # encoding: [0x8e,0x35,0xfe,0xfc]
426 mtfsf 127, 6
427 # CHECK-BE: mtfsf. 125, 6 # encoding: [0xfc,0xfa,0x35,0x8f
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
ebb_handler.S 256 mtfsf 0xff,f0
  /external/v8/src/ppc/
disasm-ppc.cc 1050 case MTFSF: {
1051 Format(instr, "mtfsf'. 'Db ?,?,?");
    [all...]
assembler-ppc.h     [all...]
assembler-ppc.cc 1919 void Assembler::mtfsf(const DoubleRegister frb, bool L, int FLM, bool W, function in class:v8::internal::Assembler
    [all...]
constants-ppc.h     [all...]

Completed in 661 milliseconds