• Home
  • Raw
  • Download

Lines Matching defs:instr

163 void Decoder::PrintRs(Instruction* instr) {  in PrintRs()
169 void Decoder::PrintRt(Instruction* instr) { in PrintRt()
175 void Decoder::PrintRd(Instruction* instr) { in PrintRd()
198 void Decoder::PrintFs(Instruction* instr) { in PrintFs()
204 void Decoder::PrintFt(Instruction* instr) { in PrintFt()
210 void Decoder::PrintFd(Instruction* instr) { in PrintFd()
217 void Decoder::PrintSa(Instruction* instr) { in PrintSa()
224 void Decoder::PrintLsaSa(Instruction* instr) { in PrintLsaSa()
231 void Decoder::PrintSd(Instruction* instr) { in PrintSd()
238 void Decoder::PrintSs1(Instruction* instr) { in PrintSs1()
245 void Decoder::PrintSs2(Instruction* instr) { in PrintSs2()
254 void Decoder::PrintBc(Instruction* instr) { in PrintBc()
261 void Decoder::PrintCc(Instruction* instr) { in PrintCc()
267 void Decoder::PrintBp2(Instruction* instr) { in PrintBp2()
274 void Decoder::PrintUImm16(Instruction* instr) { in PrintUImm16()
281 void Decoder::PrintSImm16(Instruction* instr) { in PrintSImm16()
288 void Decoder::PrintXImm16(Instruction* instr) { in PrintXImm16()
297 void Decoder::PrintPCImm16(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm16()
307 void Decoder::PrintSImm18(Instruction* instr) { in PrintSImm18()
315 void Decoder::PrintXImm18(Instruction* instr) { in PrintXImm18()
322 void Decoder::PrintXImm19(Instruction* instr) { in PrintXImm19()
329 void Decoder::PrintSImm19(Instruction* instr) { in PrintSImm19()
339 void Decoder::PrintXImm21(Instruction* instr) { in PrintXImm21()
346 void Decoder::PrintSImm21(Instruction* instr) { in PrintSImm21()
358 void Decoder::PrintPCImm21(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm21()
371 void Decoder::PrintXImm26(Instruction* instr) { in PrintXImm26()
380 void Decoder::PrintSImm26(Instruction* instr) { in PrintSImm26()
392 void Decoder::PrintPCImm26(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm26()
407 void Decoder::PrintPCImm26(Instruction* instr) { in PrintPCImm26()
418 void Decoder::PrintCode(Instruction* instr) { in PrintCode()
445 void Decoder::PrintFormat(Instruction* instr) { in PrintFormat()
469 void Decoder::PrintInstructionName(Instruction* instr) { in PrintInstructionName()
475 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
497 int Decoder::FormatFPURegister(Instruction* instr, const char* format) { in FormatFPURegister()
546 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
758 void Decoder::Format(Instruction* instr, const char* format) { in Format()
774 void Decoder::Unknown(Instruction* instr) { in Unknown()
779 bool Decoder::DecodeTypeRegisterRsType(Instruction* instr) { in DecodeTypeRegisterRsType()
915 void Decoder::DecodeTypeRegisterSRsType(Instruction* instr) { in DecodeTypeRegisterSRsType()
935 void Decoder::DecodeTypeRegisterDRsType(Instruction* instr) { in DecodeTypeRegisterDRsType()
952 void Decoder::DecodeTypeRegisterLRsType(Instruction* instr) { in DecodeTypeRegisterLRsType()
999 void Decoder::DecodeTypeRegisterWRsType(Instruction* instr) { in DecodeTypeRegisterWRsType()
1046 void Decoder::DecodeTypeRegisterSPECIAL(Instruction* instr) { in DecodeTypeRegisterSPECIAL()
1238 void Decoder::DecodeTypeRegisterSPECIAL2(Instruction* instr) { in DecodeTypeRegisterSPECIAL2()
1254 void Decoder::DecodeTypeRegisterSPECIAL3(Instruction* instr) { in DecodeTypeRegisterSPECIAL3()
1332 void Decoder::DecodeTypeRegister(Instruction* instr) { in DecodeTypeRegister()
1410 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate()
1694 void Decoder::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump()
1710 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode() local