Home
last modified time | relevance | path

Searched refs:crxor (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc760 Format(instr, "crxor (stuff)"); in DecodeExt1()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dassembler-ppc.h1013 void crxor(int bt, int ba, int bb);
1014 void crclr(int bt) { crxor(bt, bt, bt); } in crclr()
H A Dconstants-ppc.h2213 V(crxor, CRXOR, 0x4C000182) \
H A Dassembler-ppc.cc1562 void Assembler::crxor(int bt, int ba, int bb) { in crxor() function in v8::internal::Assembler

Completed in 15 milliseconds