/art/compiler/utils/arm/ |
assembler_arm.cc | 1055 void ArmAssembler::blx(Register rm, Condition cond) { function in class:art::arm::ArmAssembler [all...] |
/external/chromium_org/v8/src/arm/ |
assembler-arm.cc | 485 B24 | B21 | 15 * B16 | 15 * B12 | 15 * B8 | BLX; 786 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx imm24 790 // blx uses bit 24 to encode bit 2 of imm26 868 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx imm24 870 // blx uses bit 24 to encode bit 2 of imm26 897 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx 902 b = "blx"; 1320 void Assembler::blx(int branch_offset) { \/\/ v5 and above function in class:v8::internal::Assembler 1330 void Assembler::blx(Register target, Condition cond) { \/\/ v5 and above function in class:v8::internal::Assembler [all...] |
assembler-arm.h | 812 // blx ip 819 // blx ip 846 void blx(int branch_offset); // v5 and above 847 void blx(Register target, Condition cond = al); // v5 and above 857 void blx(Label* L) { blx(branch_offset(L, false)); } // v5 and above function in class:v8::internal::Assembler [all...] |
/external/v8/src/arm/ |
assembler-arm.h | 710 // blx ip 726 // blx ip 740 // blx ip 771 void blx(int branch_offset); // v5 and above 772 void blx(Register target, Condition cond = al); // v5 and above 782 void blx(Label* L) { blx(branch_offset(L, false)); } // v5 and above function in class:v8::internal::Assembler [all...] |