/external/llvm/test/MC/ARM/ |
D | thumb2-bxj.s | 7 bxj r2 9 @ CHECK: bxj r2 @ encoding: [0xc2,0xf3,0x00,0x8f]
|
D | thumb2-bxj-v8.s | 7 bxj r13 label 9 @ CHECK: bxj sp @ encoding: [0xcd,0xf3,0x00,0x8f]
|
D | basic-thumb2-instructions.s | 396 bxj r5 400 @ CHECK: bxj r5 @ encoding: [0xc5,0xf3,0x00,0x8f]
|
D | basic-arm-instructions.s | 649 bxj r2 652 @ CHECK: bxj r2 @ encoding: [0x22,0xff,0x2f,0xe1]
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-arm-instructions.s | 398 bxj r2 401 @ CHECK: bxj r2 @ encoding: [0x22,0xff,0x2f,0xe1]
|
D | basic-thumb2-instructions.s | 274 bxj r5 278 @ CHECK: bxj r5 @ encoding: [0xc5,0xf3,0x00,0x8f]
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 2079 void bxj(Condition cond, Register rm); 2080 void bxj(Register rm) { bxj(al, rm); } in bxj() function
|
D | disasm-aarch32.h | 566 void bxj(Condition cond, Register rm);
|
D | assembler-aarch32.cc | 3371 void Assembler::bxj(Condition cond, Register rm) { in bxj() function in vixl::aarch32::Assembler 3386 Delegate(kBxj, &Assembler::bxj, cond, rm); in bxj()
|
D | disasm-aarch32.cc | 1343 void Disassembler::bxj(Condition cond, Register rm) { in bxj() function in vixl::aarch32::Disassembler 9696 bxj(CurrentCond(), Register(rm)); in DecodeT32() 56930 bxj(condition, Register(rm)); in DecodeA32()
|
D | macro-assembler-aarch32.h | 1574 bxj(cond, rm); in Bxj()
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 352 # CHECK: bxj r2
|
D | thumb2.txt | 238 # CHECK: bxj r5
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2.txt | 245 # CHECK: bxj r5
|
D | basic-arm-instructions.txt | 385 # CHECK: bxj r2
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3230 def t2BXJ : T2I<(outs), (ins rGPR:$func), NoItinerary, "bxj", "\t$func", []> {
|
D | ARMInstrInfo.td | 1998 def BXJ : ABI<0b0001, (outs), (ins GPR:$func), NoItinerary, "bxj", "\t$func",
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3646 def t2BXJ : T2I<(outs), (ins GPRnopc:$func), NoItinerary, "bxj", "\t$func", []>,
|
D | ARMInstrInfo.td | 2326 def BXJ : ABI<0b0001, (outs), (ins GPR:$func), NoItinerary, "bxj", "\t$func",
|