|
|
|
|
@ -25,6 +25,19 @@ const char* PhysRegName(PhysReg reg) {
|
|
|
|
|
case PhysReg::W13: return "w13";
|
|
|
|
|
case PhysReg::W14: return "w14";
|
|
|
|
|
case PhysReg::W15: return "w15";
|
|
|
|
|
case PhysReg::W16: return "w16"; // 添加
|
|
|
|
|
case PhysReg::W17: return "w17"; // 添加
|
|
|
|
|
case PhysReg::W18: return "w18"; // 添加
|
|
|
|
|
case PhysReg::W19: return "w19"; // 添加
|
|
|
|
|
case PhysReg::W20: return "w20"; // 添加
|
|
|
|
|
case PhysReg::W21: return "w21"; // 添加
|
|
|
|
|
case PhysReg::W22: return "w22"; // 添加
|
|
|
|
|
case PhysReg::W23: return "w23"; // 添加
|
|
|
|
|
case PhysReg::W24: return "w24"; // 添加
|
|
|
|
|
case PhysReg::W25: return "w25"; // 添加
|
|
|
|
|
case PhysReg::W26: return "w26"; // 添加
|
|
|
|
|
case PhysReg::W27: return "w27"; // 添加
|
|
|
|
|
case PhysReg::W28: return "w28"; // 添加
|
|
|
|
|
case PhysReg::W29: return "w29";
|
|
|
|
|
case PhysReg::W30: return "w30";
|
|
|
|
|
|
|
|
|
|
@ -39,6 +52,25 @@ const char* PhysRegName(PhysReg reg) {
|
|
|
|
|
case PhysReg::X7: return "x7";
|
|
|
|
|
case PhysReg::X8: return "x8";
|
|
|
|
|
case PhysReg::X9: return "x9";
|
|
|
|
|
case PhysReg::X10: return "x10"; // 添加
|
|
|
|
|
case PhysReg::X11: return "x11"; // 添加
|
|
|
|
|
case PhysReg::X12: return "x12"; // 添加
|
|
|
|
|
case PhysReg::X13: return "x13"; // 添加
|
|
|
|
|
case PhysReg::X14: return "x14"; // 添加
|
|
|
|
|
case PhysReg::X15: return "x15"; // 添加
|
|
|
|
|
case PhysReg::X16: return "x16"; // 添加
|
|
|
|
|
case PhysReg::X17: return "x17"; // 添加
|
|
|
|
|
case PhysReg::X18: return "x18"; // 添加
|
|
|
|
|
case PhysReg::X19: return "x19"; // 添加
|
|
|
|
|
case PhysReg::X20: return "x20"; // 添加
|
|
|
|
|
case PhysReg::X21: return "x21"; // 添加
|
|
|
|
|
case PhysReg::X22: return "x22"; // 添加
|
|
|
|
|
case PhysReg::X23: return "x23"; // 添加
|
|
|
|
|
case PhysReg::X24: return "x24"; // 添加
|
|
|
|
|
case PhysReg::X25: return "x25"; // 添加
|
|
|
|
|
case PhysReg::X26: return "x26"; // 添加
|
|
|
|
|
case PhysReg::X27: return "x27"; // 添加
|
|
|
|
|
case PhysReg::X28: return "x28"; // 添加
|
|
|
|
|
case PhysReg::X29: return "x29";
|
|
|
|
|
case PhysReg::X30: return "x30";
|
|
|
|
|
|
|
|
|
|
|