Searched refs:DecodeBranchSystemException (Results 1 – 4 of 4) sorted by relevance
146 void DecodeBranchSystemException(Instruction* instr);
62 case 0x7: DecodeBranchSystemException(instr); break; in Decode()108 void Decoder<V>::DecodeBranchSystemException(Instruction* instr) { in DecodeBranchSystemException() function
225 void DecodeBranchSystemException(const Instruction* instr);
89 DecodeBranchSystemException(instr); in DecodeInstruction()186 void Decoder::DecodeBranchSystemException(const Instruction* instr) { in DecodeBranchSystemException() function in vixl::aarch64::Decoder