Searched refs:DecodeAddSubImmediate (Results 1 – 4 of 4) sorted by relevance
141 void DecodeAddSubImmediate(Instruction* instr);
28 case 0x1: DecodeAddSubImmediate(instr); break; in Decode()376 void Decoder<V>::DecodeAddSubImmediate(Instruction* instr) { in DecodeAddSubImmediate() function
215 void DecodeAddSubImmediate(const Instruction* instr);
42 case 0x1: DecodeAddSubImmediate(instr); break; in DecodeInstruction()436 void Decoder::DecodeAddSubImmediate(const Instruction* instr) { in DecodeAddSubImmediate() function in vixl::Decoder