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