Searched refs:LeaveLK (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ppc/ |
D | assembler-ppc.h | 792 void bc(int branch_offset, BOfield bo, int condition_bit, LKBit lk = LeaveLK); 800 void b(Label* L, LKBit lk = LeaveLK) { b(branch_offset(L), lk); } 839 LKBit lk = LeaveLK) { 883 void bclr(Condition cond, CRegister cr = cr7, LKBit lk = LeaveLK) { 969 void b(Condition cond, Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) { 987 void bne(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) { 990 void beq(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) { 993 void blt(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) { 996 void bge(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) { 999 void ble(Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) { [all …]
|
D | assembler-ppc.cc | 733 void Assembler::blr() { bclr(BA, 0, LeaveLK); } in blr() 737 void Assembler::bctr() { bcctr(BA, 0, LeaveLK); } in bctr() 2138 b(size + kInstrSize, LeaveLK); in CheckTrampolinePool() 2140 b(i, LeaveLK); in CheckTrampolinePool()
|
D | constants-ppc.h | 2634 LeaveLK = 0 // No action enumerator
|
/external/v8/src/s390/ |
D | constants-s390.h | 1736 LeaveLK = 0 // No action enumerator
|