Searched defs:tbh (Results 1 - 3 of 3) sorted by relevance

/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc11695 void Assembler::tbh(Condition cond, Register rn, Register rm) { function in class:vixl::aarch32::Assembler
11707 Delegate(kTbh, &Assembler::tbh, cond, rn, rm);
H A Dassembler-aarch32.h3518 void tbh(Condition cond, Register rn, Register rm);
3519 void tbh(Register rn, Register rm) { tbh(al, rn, rm); } function in class:vixl::aarch32::Assembler
H A Ddisasm-aarch32.cc3294 void Disassembler::tbh(Condition cond, Register rn, Register rm) { function in class:vixl::aarch32::Disassembler
10424 tbh(CurrentCond(),
[all...]

Completed in 520 milliseconds