Searched refs:blx (Results 1 - 21 of 21) sorted by relevance

/external/llvm/test/MC/ARM/
H A Delf-reloc-condcall.s6 blx some_label
H A Dcomplex-operands.s25 blx return
29 @ CHECK: blx return
35 blx return
39 @ CHECK: blx return
H A Ddirective-tlsdescseq-diagnostics.s30 blx invalid(tlsdescseq)
33 @ CHECK: blx invalid(tlsdescseq)
H A Ddirective-tlsdescseq.s15 blx r3
32 @ CHECK-ASM: blx r3
H A Dmacho-relocs-with-addend.s13 blx _dest+20
19 blx _dest+20
H A Dthumb.s13 blx r9
14 blx r10
15 @ CHECK: blx r9 @ encoding: [0xc8,0x47]
16 @ CHECK: blx r10 @ encoding: [0xd0,0x47]
H A Dbig-endian-thumb-fixup.s20 blx thumb_blx_label+8
H A Dbig-endian-arm-fixup.s26 blx blx_label+16
H A Dcoff-relocations.s38 blx r0
43 @ CHECK-ENCODING-NEXT: blx r0
H A Dbasic-thumb-instructions.s153 blx #884800
154 blx #1769600
156 @ CHECK: blx #884800 @ encoding: [0xd8,0xf0,0x20,0xe8]
157 @ CHECK: blx #1769600 @ encoding: [0xb0,0xf1,0x40,0xe8]
181 blx _baz
187 @ CHECK: blx _baz @ encoding: [A,0xf0'A',A,0xc0'A']
189 @ CHECK-BE: blx _baz @ encoding: [0xf0'A',A,0xc0'A',A]
196 blx r4
198 @ CHECK: blx r4 @ encoding: [0xa0,0x47]
H A Dbasic-arm-instructions.s425 blx _bar
427 blx #32424576
428 blx #16212288
438 @ CHECK: blx _bar @ encoding: [A,A,A,0xfa]
440 @ CHECK-BE: blx _bar @ encoding: [0xfa,A,A,A]
443 @ CHECK: blx #32424576 @ encoding: [0xa0,0xb0,0x7b,0xfa]
444 @ CHECK: blx #16212288 @ encoding: [0x50,0xd8,0x3d,0xfa]
448 blx r2
451 @ CHECK: blx r2 @ encoding: [0x32,0xff,0x2f,0xe1]
/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_arm.S72 blx r3
/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-Thumb-reloc.s13 blx _printf
/external/chromium_org/v8/src/arm/
H A Ddebug-arm.cc28 // blx ip
33 patcher.masm()->blx(v8::internal::ip);
70 // blx ip
74 patcher.masm()->blx(v8::internal::ip);
H A Dassembler-arm.h804 // blx ip
811 // blx ip
838 void blx(int branch_offset); // v5 and above
839 void blx(Register target, Condition cond = al); // v5 and above
849 void blx(Label* L) { blx(branch_offset(L, false)); } // v5 and above function in class:v8::internal::Assembler
H A Ddisasm-arm.cc832 Format(instr, "blx'cond 'rm");
H A Dassembler-arm.cc732 // blx ip
791 DCHECK((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
795 // blx uses bit 24 to encode bit 2 of imm26
873 DCHECK((instr & 7*B25) == 5*B25); // b, bl, or blx imm24
875 // blx uses bit 24 to encode bit 2 of imm26
902 DCHECK((instr & 7*B25) == 5*B25); // b, bl, or blx
907 b = "blx";
1357 void Assembler::blx(int branch_offset) { // v5 and above function in class:v8::internal::Assembler
1367 void Assembler::blx(Register target, Condition cond) { // v5 and above function in class:v8::internal::Assembler
H A Dcode-stubs-arm.cc3631 __ blx(ip); // Call the C++ function.
3643 __ blx(lr); // Call the stub.
H A Dmacro-assembler-arm.cc72 blx(target, cond);
126 // blx ip
131 // blx ip
141 blx(ip, cond);
H A Dlithium-codegen-arm.cc369 __ blx(entry_offset);
396 __ blx(entry_offset);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm.cc318 COMPARE(blx(ip),
319 "e12fff3c blx ip");

Completed in 682 milliseconds