Searched refs:tbh (Results 1 – 25 of 34) sorted by relevance
12
/external/scapy/scapy/layers/tls/crypto/ |
D | prf.py | 299 tbh = key + client_random + server_random 301 tbh = key + server_random + client_random 302 export_key = _tls_hash_algs["MD5"]().digest(tbh)[:req_len] 328 tbh = client_random + server_random 330 tbh = server_random + client_random 331 iv = _tls_hash_algs["MD5"]().digest(tbh)[:req_len]
|
/external/llvm/lib/Target/ARM/ |
D | README-Thumb2.txt | 6 of tbb / tbh.
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | README-Thumb2.txt | 6 of tbb / tbh.
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | README-Thumb2.txt | 6 of tbb / tbh.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | thumb2-jtb.ll | 4 ; Do not use tbb / tbh if any destination is before the jumptable. 10 ; CHECK-NOT: tbh
|
D | constant-islands-jump-table.ll | 5 ; CHECK-NOT: tbh
|
D | thumb2-tbh.ll | 5 ; Thumb2 target should reorder the bb's in order to use tbb / tbh.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | thumb2-jtb.ll | 3 ; Do not use tbb / tbh if any destination is before the jumptable. 9 ; CHECK-NOT: tbh
|
D | constant-islands-jump-table.ll | 5 ; CHECK-NOT: tbh
|
D | thumb2-tbh.ll | 3 ; Thumb2 target should reorder the bb's in order to use tbb / tbh.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | jump-table-tbh.ll | 12 ; T2: tbh [pc, r{{[0-9]+}}, lsl #1]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/ |
D | thumb2-tbh.ll | 3 ; Thumb2 target should reorder the bb's in order to use tbb / tbh.
|
D | thumb2-jtb.ll | 3 ; Do not use tbb / tbh if any destination is before the jumptable.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/ARM/ |
D | thumb-tests.txt | 173 # CHECK: tbh [r5, r4, lsl #1]
|
D | thumb2.txt | 2268 # CHECK: tbh [r3, r8, lsl #1]
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb-tests.txt | 173 # CHECK: tbh [r5, r4, lsl #1]
|
D | thumb2.txt | 2268 # CHECK: tbh [r3, r8, lsl #1]
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | thumb-tests.txt | 173 # CHECK: tbh [r5, r4, lsl #1]
|
D | thumb2.txt | 2117 # CHECK: tbh [r3, r8, lsl #1]
|
/external/capstone/suite/MC/ARM/ |
D | basic-thumb2-instructions.s.cs | 1052 0xd3,0xe8,0x18,0xf0 = tbh [r3, r8, lsl #1]
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | basic-thumb2-instructions.s | 2747 tbh [r3, r8, lsl #1] 2754 @ CHECK: tbh [r3, r8, lsl #1] @ encoding: [0xd3,0xe8,0x18,0xf0]
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 3597 void tbh(Condition cond, Register rn, Register rm); 3598 void tbh(Register rn, Register rm) { tbh(al, rn, rm); } in tbh() function
|
D | disasm-aarch32.h | 1351 void tbh(Condition cond, Register rn, Register rm);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | basic-thumb2-instructions.s | 3300 tbh [r3, r8, lsl #1] 3307 @ CHECK: tbh [r3, r8, lsl #1] @ encoding: [0xd3,0xe8,0x18,0xf0]
|
/external/llvm/test/MC/ARM/ |
D | basic-thumb2-instructions.s | 3244 tbh [r3, r8, lsl #1] 3251 @ CHECK: tbh [r3, r8, lsl #1] @ encoding: [0xd3,0xe8,0x18,0xf0]
|
12