Searched refs:DecodeBitfieldExtract (Results 1 – 4 of 4) sorted by relevance
161 void DecodeBitfieldExtract(Instruction* instr);
49 case 0x3: DecodeBitfieldExtract(instr); break; in Decode()358 void Decoder<V>::DecodeBitfieldExtract(Instruction* instr) { in DecodeBitfieldExtract() function
240 void DecodeBitfieldExtract(const Instruction* instr);
74 DecodeBitfieldExtract(instr); in DecodeInstruction()430 void Decoder::DecodeBitfieldExtract(const Instruction* instr) { in DecodeBitfieldExtract() function in vixl::aarch64::Decoder