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 | 697 void Assembler::bctrl() { bcctr(BA, 0, SetLK); } in bctrl() 701 if (lk == SetLK) { in bc() 711 if (lk == SetLK) { in b()
|
D | macro-assembler-ppc.cc | 187 void MacroAssembler::Call(Label* target) { b(target, SetLK); } in Call()
|
/external/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.cc | 1206 __ b(cond, to, cr, SetLK); in SafeCall()
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-codegen-ppc.cc | 333 __ b(&needs_frame, SetLK); in GenerateJumpTable() 335 __ b(&call_deopt_entry, SetLK); in GenerateJumpTable()
|
/external/v8/src/full-codegen/ppc/ |
D | full-codegen-ppc.cc | 2089 __ b(&resume_frame, SetLK); in EmitGeneratorResume()
|