Searched refs:bcctr (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 702 void Assembler::bcctr(BOfield bo, int condition_bit, LKBit lk) { in bcctr() function in v8::internal::Assembler 710 void Assembler::bctr() { bcctr(BA, 0, LeaveLK); } in bctr() 712 void Assembler::bctrl() { bcctr(BA, 0, SetLK); } in bctrl()
|
H A D | assembler-ppc.h | 644 void bcctr(BOfield bo, int condition_bit, LKBit lk);
|
H A D | constants-ppc.h | 2195 V(bcctr, BCCTRX, 0x4C000420) \
|
Completed in 12 milliseconds