Home
last modified time | relevance | path

Searched refs:kPkhtb (Results 1 – 6 of 6) sorted by relevance

/third_party/vixl/src/aarch32/
Dconstants-aarch32.cc221 case kPkhtb: in ToCString()
Dconstants-aarch32.h215 kPkhtb, enumerator
Dmacro-assembler-aarch32.cc823 (type == kPkhbt) || (type == kPkhtb)) { in Delegate()
Dassembler-aarch32.h688 (type == kPkhbt) || (type == kPkhtb) || (type == kRsc) || in Delegate()
Ddisasm-aarch32.cc2070 os().SetCurrentInstruction(kPkhtb, kNoAttribute); in pkhtb()
2071 os() << ToCString(kPkhtb) << ConditionPrinter(it_block_, cond); in pkhtb()
Dassembler-aarch32.cc8032 Delegate(kPkhtb, &Assembler::pkhtb, cond, rd, rn, operand); in pkhtb()