Home
last modified time | relevance | path

Searched refs:FXM (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc312 case 'F': { // FXM in FormatOption()
1288 Format(instr, "mtcrf 'FXM, 'rs"); in DecodeExt2()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.cc1595 void Assembler::mtcrf(Register src, uint8_t FXM) { in mtcrf() argument
1596 emit(MTCRF | src.code() * B21 | FXM * B12); in mtcrf()
H A Dassembler-ppc.h1023 void mtcrf(Register src, uint8_t FXM);

Completed in 10 milliseconds