Lines Matching defs:instr

144 void Decoder::PrintRs(Instruction* instr) {  in PrintRs()
150 void Decoder::PrintRt(Instruction* instr) { in PrintRt()
156 void Decoder::PrintRd(Instruction* instr) { in PrintRd()
168 void Decoder::PrintFs(Instruction* instr) { in PrintFs()
174 void Decoder::PrintFt(Instruction* instr) { in PrintFt()
180 void Decoder::PrintFd(Instruction* instr) { in PrintFd()
187 void Decoder::PrintSa(Instruction* instr) { in PrintSa()
194 void Decoder::PrintSd(Instruction* instr) { in PrintSd()
201 void Decoder::PrintSs1(Instruction* instr) { in PrintSs1()
208 void Decoder::PrintSs2(Instruction* instr) { in PrintSs2()
217 void Decoder::PrintBc(Instruction* instr) { in PrintBc()
224 void Decoder::PrintCc(Instruction* instr) { in PrintCc()
231 void Decoder::PrintUImm16(Instruction* instr) { in PrintUImm16()
238 void Decoder::PrintSImm16(Instruction* instr) { in PrintSImm16()
245 void Decoder::PrintXImm16(Instruction* instr) { in PrintXImm16()
252 void Decoder::PrintXImm21(Instruction* instr) { in PrintXImm21()
259 void Decoder::PrintXImm26(Instruction* instr) { in PrintXImm26()
266 void Decoder::PrintCode(Instruction* instr) { in PrintCode()
294 void Decoder::PrintInstructionName(Instruction* instr) { in PrintInstructionName()
300 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
322 int Decoder::FormatFPURegister(Instruction* instr, const char* format) { in FormatFPURegister()
351 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
432 void Decoder::Format(Instruction* instr, const char* format) { in Format()
448 void Decoder::Unknown(Instruction* instr) { in Unknown()
453 int Decoder::DecodeBreakInstr(Instruction* instr) { in DecodeBreakInstr()
477 int Decoder::DecodeTypeRegister(Instruction* instr) { in DecodeTypeRegister()
977 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate()
1377 void Decoder::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump()
1396 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode() local