Home
last modified time | relevance | path

Searched defs:blx (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/arm/
Dassembler-arm.h849 void blx(Label* L) { blx(branch_offset(L, false)); } // v5 and above in blx() function
Dassembler-arm.cc1357 void Assembler::blx(int branch_offset) { // v5 and above in blx() function in v8::internal::Assembler
1367 void Assembler::blx(Register target, Condition cond) { // v5 and above in blx() function in v8::internal::Assembler
Dcode-stubs-arm.cc3631 __ blx(ip); // Call the C++ function. in Generate() local
3643 __ blx(lr); // Call the stub. in GenerateCall() local
Dlithium-codegen-arm.cc369 __ blx(entry_offset); in GenerateJumpTable() local
396 __ blx(entry_offset); in GenerateJumpTable() local