Searched refs:DecodeBitfieldExtract (Results 1 – 4 of 4) sorted by relevance
160 void DecodeBitfieldExtract(Instruction* instr);
49 case 0x3: DecodeBitfieldExtract(instr); break; in Decode()351 void Decoder<V>::DecodeBitfieldExtract(Instruction* instr) { in DecodeBitfieldExtract() function
241 void DecodeBitfieldExtract(const Instruction* instr);
63 case 0x3: DecodeBitfieldExtract(instr); break; in DecodeInstruction()411 void Decoder::DecodeBitfieldExtract(const Instruction* instr) { in DecodeBitfieldExtract() function in vixl::Decoder