Searched refs:bxj (Results 1 - 11 of 11) sorted by relevance

/external/llvm/test/MC/ARM/
H A Dthumb2-bxj.s7 bxj r2
9 @ CHECK: bxj r2 @ encoding: [0xc2,0xf3,0x00,0x8f]
H A Dthumb2-bxj-v8.s7 bxj r13 label
9 @ CHECK: bxj sp @ encoding: [0xcd,0xf3,0x00,0x8f]
H A Dbasic-arm-instructions.s649 bxj r2
652 @ CHECK: bxj r2 @ encoding: [0x22,0xff,0x2f,0xe1]
H A Dbasic-thumb2-instructions.s396 bxj r5
400 @ CHECK: bxj r5 @ encoding: [0xc5,0xf3,0x00,0x8f]
/external/vixl/src/aarch32/
H A Dassembler-aarch32.h2079 void bxj(Condition cond, Register rm);
2080 void bxj(Register rm) { bxj(al, rm); } function in class:vixl::aarch32::Assembler
H A Ddisasm-aarch32.h566 void bxj(Condition cond, Register rm);
H A Dassembler-aarch32.cc3371 void Assembler::bxj(Condition cond, Register rm) { function in class:vixl::aarch32::Assembler
3386 Delegate(kBxj, &Assembler::bxj, cond, rm);
H A Dmacro-assembler-aarch32.h1574 bxj(cond, rm);
H A Ddisasm-aarch32.cc1343 void Disassembler::bxj(Condition cond, Register rm) { function in class:vixl::aarch32::Disassembler
9696 bxj(CurrentCond(), Register(rm));
[all...]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-arm-instructions.s398 bxj r2
401 @ CHECK: bxj r2 @ encoding: [0x22,0xff,0x2f,0xe1]
H A Dbasic-thumb2-instructions.s274 bxj r5
278 @ CHECK: bxj r5 @ encoding: [0xc5,0xf3,0x00,0x8f]

Completed in 329 milliseconds