Searched refs:DecodeBitfieldExtract (Results 1 – 4 of 4) sorted by relevance
161 void DecodeBitfieldExtract(Instruction* instr);
49 case 0x3: DecodeBitfieldExtract(instr); break; in Decode()350 void Decoder<V>::DecodeBitfieldExtract(Instruction* instr) { in DecodeBitfieldExtract() function
235 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