Home
last modified time | relevance | path

Searched refs:tbb (Results 1 – 25 of 25) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Djump-table-islands-split.ll7 ; the tbb and its table. Fortunately, the flow is simple enough that we can
21 ; CHECK-NEXT: tbb [r[[BASE]], {{r[0-9]+}}]
Dthumb-alignment.ll26 ; CHECK: tbb
/external/llvm/lib/Target/ARM/
DREADME-Thumb2.txt6 of tbb / tbh.
DARMInstrThumb2.td3562 "tbb", "\t$addr", []>, Sched<[WriteBrTbl]> {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DREADME-Thumb2.txt6 of tbb / tbh.
DARMInstrThumb2.td3147 "tbb", "\t$addr", []> {
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dthumb2-tbh.ll3 ; Thumb2 target should reorder the bb's in order to use tbb / tbh.
19 ; CHECK: tbb
Dthumb2-jtb.ll1 ; RUN: llc < %s -march=thumb -mattr=+thumb2 -arm-adjust-jump-tables=0 | not grep tbb
3 ; Do not use tbb / tbh if any destination is before the jumptable.
Dthumb2-tbb.ll7 ; CHECK: tbb
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-tbh.ll3 ; Thumb2 target should reorder the bb's in order to use tbb / tbh.
24 ; CHECK-NEXT: tbb [pc, {{r[0-9]+}}]
Dthumb2-jtb.ll3 ; Do not use tbb / tbh if any destination is before the jumptable.
8 ; CHECK-NOT: tbb
Dthumb2-tbb.ll7 ; CHECK: tbb
/external/llvm/test/MC/Disassembler/ARM/
Dthumb-tests.txt176 # CHECK: tbb [r5, r4]
Dthumb2.txt2267 # CHECK: tbb [r3, r8]
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/
Dthumb-tests.txt176 # CHECK: tbb [r5, r4]
Dthumb2.txt2116 # CHECK: tbb [r3, r8]
/external/vixl/doc/aarch32/design/
Dliteral-pool-aarch32.md44 branch (like b, tbb/tbh, ...)
/external/swiftshader/third_party/LLVM/test/MC/ARM/
Dbasic-thumb2-instructions.s2746 tbb [r3, r8]
2753 @ CHECK: tbb [r3, r8] @ encoding: [0xd3,0xe8,0x08,0xf0]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.mli1738 (** [build_cond_br cond tbb fbb b] creates a
1739 [br %cond, %tbb, %fbb]
/external/vixl/src/aarch32/
Dassembler-aarch32.h3515 void tbb(Condition cond, Register rn, Register rm);
3516 void tbb(Register rn, Register rm) { tbb(al, rn, rm); } in tbb() function
Ddisasm-aarch32.h1223 void tbb(Condition cond, Register rn, Register rm);
Dassembler-aarch32.cc11680 void Assembler::tbb(Condition cond, Register rn, Register rm) { in tbb() function in vixl::aarch32::Assembler
11692 Delegate(kTbb, &Assembler::tbb, cond, rn, rm); in tbb()
Ddisasm-aarch32.cc3288 void Disassembler::tbb(Condition cond, Register rn, Register rm) { in tbb() function in vixl::aarch32::Disassembler
10411 tbb(CurrentCond(), in DecodeT32()
/external/llvm/test/MC/ARM/
Dbasic-thumb2-instructions.s3243 tbb [r3, r8]
3250 @ CHECK: tbb [r3, r8] @ encoding: [0xd3,0xe8,0x08,0xf0]
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1990 (** [build_cond_br cond tbb fbb b] creates a
1991 [br %cond, %tbb, %fbb]