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