/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/ARM/ |
D | v5tej-subarch.s | 3 bxj: label 4 bxj r0 label 6 @ CHECK-LABEL: bxj 7 @ CHECK: 20 ff 2f e1 bxj r0
|
/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-arm-instructions.s | 649 bxj r2 652 @ CHECK: bxj r2 @ encoding: [0x22,0xff,0x2f,0xe1]
|
D | basic-thumb2-instructions.s | 396 bxj r5 400 @ CHECK: bxj r5 @ encoding: [0xc5,0xf3,0x00,0x8f]
|
/external/swiftshader/third_party/llvm-7.0/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 | 405 bxj r5 409 @ 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/capstone/suite/MC/ARM/ |
D | basic-arm-instructions.s.cs | 146 0x22,0xff,0x2f,0xe1 = bxj r2
|
D | basic-thumb2-instructions.s.cs | 101 0xc5,0xf3,0x00,0x8f = bxj r5
|
/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 | 2123 void bxj(Condition cond, Register rm); 2124 void bxj(Register rm) { bxj(al, rm); } in bxj() function
|
D | disasm-aarch32.h | 695 void bxj(Condition cond, Register rm);
|
/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-7.0/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 385 # CHECK: bxj r2
|
D | thumb2.txt | 245 # CHECK: bxj r5
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3632 def t2BXJ : T2I<(outs), (ins GPRnopc:$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", []>,
|