• Home
  • Raw
  • Download

Lines Matching defs:instr

171 void Decoder::PrintRs(Instruction* instr) {  in PrintRs()
177 void Decoder::PrintRt(Instruction* instr) { in PrintRt()
183 void Decoder::PrintRd(Instruction* instr) { in PrintRd()
206 void Decoder::PrintFs(Instruction* instr) { in PrintFs()
212 void Decoder::PrintFt(Instruction* instr) { in PrintFt()
218 void Decoder::PrintFd(Instruction* instr) { in PrintFd()
225 void Decoder::PrintSa(Instruction* instr) { in PrintSa()
232 void Decoder::PrintLsaSa(Instruction* instr) { in PrintLsaSa()
239 void Decoder::PrintSd(Instruction* instr) { in PrintSd()
246 void Decoder::PrintSs1(Instruction* instr) { in PrintSs1()
253 void Decoder::PrintSs2(Instruction* instr) { in PrintSs2()
262 void Decoder::PrintBc(Instruction* instr) { in PrintBc()
269 void Decoder::PrintCc(Instruction* instr) { in PrintCc()
276 void Decoder::PrintUImm16(Instruction* instr) { in PrintUImm16()
283 void Decoder::PrintSImm16(Instruction* instr) { in PrintSImm16()
291 void Decoder::PrintXImm16(Instruction* instr) { in PrintXImm16()
300 void Decoder::PrintPCImm16(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm16()
310 void Decoder::PrintSImm18(Instruction* instr) { in PrintSImm18()
318 void Decoder::PrintXImm18(Instruction* instr) { in PrintXImm18()
325 void Decoder::PrintXImm19(Instruction* instr) { in PrintXImm19()
332 void Decoder::PrintSImm19(Instruction* instr) { in PrintSImm19()
342 void Decoder::PrintXImm21(Instruction* instr) { in PrintXImm21()
349 void Decoder::PrintSImm21(Instruction* instr) { in PrintSImm21()
361 void Decoder::PrintPCImm21(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm21()
374 void Decoder::PrintXImm26(Instruction* instr) { in PrintXImm26()
384 void Decoder::PrintSImm26(Instruction* instr) { in PrintSImm26()
396 void Decoder::PrintPCImm26(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm26()
411 void Decoder::PrintPCImm26(Instruction* instr) { in PrintPCImm26()
421 void Decoder::PrintBp2(Instruction* instr) { in PrintBp2()
427 void Decoder::PrintBp3(Instruction* instr) { in PrintBp3()
434 void Decoder::PrintCode(Instruction* instr) { in PrintCode()
461 void Decoder::PrintFormat(Instruction* instr) { in PrintFormat()
485 void Decoder::PrintInstructionName(Instruction* instr) { in PrintInstructionName()
491 int Decoder::FormatRegister(Instruction* instr, const char* format) { in FormatRegister()
513 int Decoder::FormatFPURegister(Instruction* instr, const char* format) { in FormatFPURegister()
562 int Decoder::FormatOption(Instruction* instr, const char* format) { in FormatOption()
779 void Decoder::Format(Instruction* instr, const char* format) { in Format()
795 void Decoder::Unknown(Instruction* instr) { in Unknown()
800 int Decoder::DecodeBreakInstr(Instruction* instr) { in DecodeBreakInstr()
820 bool Decoder::DecodeTypeRegisterRsType(Instruction* instr) { in DecodeTypeRegisterRsType()
956 void Decoder::DecodeTypeRegisterSRsType(Instruction* instr) { in DecodeTypeRegisterSRsType()
976 void Decoder::DecodeTypeRegisterDRsType(Instruction* instr) { in DecodeTypeRegisterDRsType()
993 void Decoder::DecodeTypeRegisterLRsType(Instruction* instr) { in DecodeTypeRegisterLRsType()
1040 void Decoder::DecodeTypeRegisterWRsType(Instruction* instr) { in DecodeTypeRegisterWRsType()
1087 void Decoder::DecodeTypeRegisterCOP1(Instruction* instr) { in DecodeTypeRegisterCOP1()
1132 void Decoder::DecodeTypeRegisterCOP1X(Instruction* instr) { in DecodeTypeRegisterCOP1X()
1152 void Decoder::DecodeTypeRegisterSPECIAL(Instruction* instr) { in DecodeTypeRegisterSPECIAL()
1441 void Decoder::DecodeTypeRegisterSPECIAL2(Instruction* instr) { in DecodeTypeRegisterSPECIAL2()
1462 void Decoder::DecodeTypeRegisterSPECIAL3(Instruction* instr) { in DecodeTypeRegisterSPECIAL3()
1559 int Decoder::DecodeTypeRegister(Instruction* instr) { in DecodeTypeRegister()
1589 void Decoder::DecodeTypeImmediateCOP1(Instruction* instr) { in DecodeTypeImmediateCOP1()
1610 void Decoder::DecodeTypeImmediateREGIMM(Instruction* instr) { in DecodeTypeImmediateREGIMM()
1643 void Decoder::DecodeTypeImmediate(Instruction* instr) { in DecodeTypeImmediate()
1925 void Decoder::DecodeTypeJump(Instruction* instr) { in DecodeTypeJump()
1944 Instruction* instr = Instruction::At(instr_ptr); in InstructionDecode() local