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