Searched refs:DecodeFP (Results 1 – 4 of 4) sorted by relevance
195 void DecodeFP(Instruction* instr);
91 case 0xF: DecodeFP(instr); break; in Decode()504 void Decoder<V>::DecodeFP(Instruction* instr) { in DecodeFP() function
265 void DecodeFP(const Instruction* instr);
123 DecodeFP(instr); in DecodeInstruction()604 void Decoder::DecodeFP(const Instruction* instr) { in DecodeFP() function in vixl::aarch64::Decoder