Searched refs:DecodeLogical (Results 1 – 4 of 4) sorted by relevance
180 void DecodeLogical(Instruction* instr);
45 case 0x2: DecodeLogical(instr); break; in Decode()330 void Decoder<V>::DecodeLogical(Instruction* instr) { in DecodeLogical() function
250 void DecodeLogical(const Instruction* instr);
68 DecodeLogical(instr); in DecodeInstruction()428 void Decoder::DecodeLogical(const Instruction* instr) { in DecodeLogical() function in vixl::aarch64::Decoder