Lines Matching defs:instr
143 void Decoder::PrintRs(Instruction* instr) { in PrintRs()
149 void Decoder::PrintRt(Instruction* instr) { in PrintRt()
155 void Decoder::PrintRd(Instruction* instr) { in PrintRd()
167 void Decoder::PrintFs(Instruction* instr) { in PrintFs()
173 void Decoder::PrintFt(Instruction* instr) { in PrintFt()
179 void Decoder::PrintFd(Instruction* instr) { in PrintFd()
186 void Decoder::PrintSa(Instruction* instr) { in PrintSa()
193 void Decoder::PrintSd(Instruction* instr) { in PrintSd()
200 void Decoder::PrintSs1(Instruction* instr) { in PrintSs1()
207 void Decoder::PrintSs2(Instruction* instr) { in PrintSs2()
216 void Decoder::PrintBc(Instruction* instr) { in PrintBc()
223 void Decoder::PrintCc(Instruction* instr) { in PrintCc()
230 void Decoder::PrintUImm16(Instruction* instr) { in PrintUImm16()
237 void Decoder::PrintSImm16(Instruction* instr) { in PrintSImm16()
244 void Decoder::PrintXImm16(Instruction* instr) { in PrintXImm16()
251 void Decoder::PrintXImm21(Instruction* instr) { in PrintXImm21()
258 void Decoder::PrintXImm26(Instruction* instr) { in PrintXImm26()
265 void Decoder::PrintCode(Instruction* instr) { in PrintCode()
293 void Decoder::PrintInstructionName(Instruction* instr) { in PrintInstructionName()
299 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
321 int Decoder::FormatFPURegister(Instruction* instr, const char* format) { in FormatFPURegister()
350 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
431 void Decoder::Format(Instruction* instr, const char* format) { in Format()
447 void Decoder::Unknown(Instruction* instr) { in Unknown()
452 void Decoder::DecodeTypeRegister(Instruction* instr) { in DecodeTypeRegister()
857 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate()
1228 void Decoder::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump()
1244 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode() local