Searched defs:blx (Results 1 – 9 of 9) sorted by relevance
3 blx r0 label
344 __ blx(r2); in Generate_2() local360 __ blx(r3); in Generate_2() local365 __ blx(r3); in Generate_2() local370 __ blx(r3); in Generate_2() local396 __ blx(r3); in Generate_2() local411 __ blx(r3); in Generate_2() local420 __ blx(r3); in Generate_2() local427 __ blx(r3); in Generate_2() local445 __ blx(r3); in Generate_2() local514 __ blx(r3); in Generate_3() local[all …]
1495 void Assembler::blx(int branch_offset) { in blx() function in v8::internal::Assembler1509 void Assembler::blx(Register target, Condition cond) { in blx() function in v8::internal::Assembler1529 void Assembler::blx(Label* L) { in blx() function in v8::internal::Assembler
5561 TEST(blx) { in TEST() argument5596 __ blx(r11); in TEST() local
3279 __ blx(ip); // Call the C++ function. in Generate_DirectCEntry() local
1428 void AssemblerARM32::blx(const Operand *Target) { in blx() function in Ice::ARM32::AssemblerARM32
2123 void blx(Location* location) { blx(al, location); } in blx() function2126 void blx(Register rm) { blx(al, rm); } in blx() function
3534 void Assembler::blx(Condition cond, Location* location) { in blx() function in vixl::aarch32::Assembler3622 void Assembler::blx(Condition cond, Register rm) { in blx() function in vixl::aarch32::Assembler
1336 void Disassembler::blx(Condition cond, Location* location) { in blx() function in vixl::aarch32::Disassembler1342 void Disassembler::blx(Condition cond, Register rm) { in blx() function in vixl::aarch32::Disassembler