HomeSort by relevance Sort by last modified time
    Searched refs:blx (Results 1 - 20 of 20) sorted by null

  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MEM_OP_DECODE.S 14 blx r2 @ decode and handle the mem op
TEMPLATE_STRING_COMPARETO.S 126 blx lr
TEMPLATE_INVOKE_METHOD_NATIVE.S 45 blx r8 @ off to the native code
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 15 blx r2 @ decode and handle the mem op
  /bootable/bootloader/legacy/nandwrite/
init.S 77 blx r4
  /bootable/bootloader/legacy/usbloader/
init.S 95 blx r4
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te-vfp.S 222 blx r2 @ exit the interpreter
440 blx r8 @ off to the native code
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 222 blx r2 @ exit the interpreter
440 blx r8 @ off to the native code
    [all...]
CompilerTemplateAsm-armv7-a.S 222 blx r2 @ exit the interpreter
440 blx r8 @ off to the native code
    [all...]
CompilerTemplateAsm-armv5te.S 222 blx r2 @ exit the interpreter
440 blx r8 @ off to the native code
    [all...]
  /external/libffi/src/arm/
sysv.S 76 # define call_reg(x) blx x
  /external/v8/src/arm/
assembler-arm.h 617 void blx(int branch_offset); // v5 and above
618 void blx(Register target, Condition cond = al); // v5 and above
628 void blx(Label* L) { blx(branch_offset(L, false)); } // v5 and above function in class:v8::internal::Assembler
    [all...]
assembler-thumb2.h 617 void blx(int branch_offset); // v5 and above
618 void blx(Register target, Condition cond = al); // v5 and above
628 void blx(Label* L) { blx(branch_offset(L, false)); } // v5 and above function in class:v8::internal::Assembler
    [all...]
disasm-arm.cc 699 case BLX:
700 Format(instr, "blx'cond 'rm");
    [all...]
assembler-arm.cc 460 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
463 // blx uses bit 24 to encode bit 2 of imm26
480 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
482 // blx uses bit 24 to encode bit 2 of imm26
509 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx
514 b = "blx";
858 void Assembler::blx(int branch_offset) { // v5 and above function in class:v8::internal::Assembler
868 void Assembler::blx(Register target, Condition cond) { // v5 and above function in class:v8::internal::Assembler
    [all...]
assembler-thumb2.cc 440 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
443 // blx uses bit 24 to encode bit 2 of imm26
460 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
462 // blx uses bit 24 to encode bit 2 of imm26
489 ASSERT((instr & 7*B25) == 5*B25); // b, bl, or blx
494 b = "blx";
838 void Assembler::blx(int branch_offset) { // v5 and above function in class:v8::internal::Assembler
848 void Assembler::blx(Register target, Condition cond) { // v5 and above function in class:v8::internal::Assembler
    [all...]
macro-assembler-arm.cc 54 // the blx instruction (below v5t). If you know what CPU you are compiling for
57 # error "For thumb inter-working we require an architecture which supports blx"
61 // Using blx may yield better code, so use it when required or when available
109 blx(target, cond);
125 // 'blx ip'; however, the code would not be shorter than the above sequence
    [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 243 blx ip
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerARMv7.h 922 return Call(m_assembler.blx(dataTempRegister), Call::LinkableNear);
928 return Call(m_assembler.blx(dataTempRegister), Call::Linkable);
933 return Call(m_assembler.blx(target), Call::None);
939 return Call(m_assembler.blx(dataTempRegister), Call::None);
    [all...]
ARMv7Assembler.h 863 JmpSrc blx(RegisterID rm) function in class:JSC::ARMv7Assembler
    [all...]

Completed in 403 milliseconds