Searched refs:SetLK (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ppc/ |
D | constants-ppc.h | 380 SetLK = 1, // Load effective address of next instruction enumerator
|
D | assembler-ppc.cc | 727 void Assembler::bctrl() { bcctr(BA, 0, SetLK); } in bctrl()
|
D | macro-assembler-ppc.cc | 182 void MacroAssembler::Call(Label* target) { b(target, SetLK); } in Call()
|
/external/v8/src/s390/ |
D | constants-s390.h | 993 SetLK = 1, // Load effective address of next instruction enumerator
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 1215 __ b(cond, to, cr, SetLK); in SafeCall()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 324 __ b(&needs_frame, SetLK); in GenerateJumpTable() 326 __ b(&call_deopt_entry, SetLK); in GenerateJumpTable()
|