Searched refs:mtfsfi (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 1407 Format(instr, "mtfsfi'. ?,?"); in DecodeExt4()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 1102 void mtfsfi(int bf, int immediate, RCBit rc = LeaveRC);
|
H A D | macro-assembler-ppc.cc | 2416 void TurboAssembler::SetRoundingMode(FPRoundingMode RN) { mtfsfi(7, RN); } in CallRecordWriteStub() 2419 mtfsfi(7, kRoundToNearest); // reset (default is kRoundToNearest) in CallRecordWriteStub()
|
H A D | constants-ppc.h | 1608 V(mtfsfi, MTFSFI, 0xFC00010C) \
|
H A D | assembler-ppc.cc | 1871 void Assembler::mtfsfi(int bf, int immediate, RCBit rc) { in mtfsfi() function in v8::internal::Assembler
|
Completed in 21 milliseconds