📄 float_load_instruction.cpp
字号:
#include "Instr_Flag.h"
#include "Instr_Declare.h"
#include "Parser.h"
#include "Register.h"
#include "Types.h"
#include "Reg_Utils.h"
#include "Utils/Debug.h"
namespace PPC {
PPC_INSTRUCTION_IMPL(op_lfs)
{}
PPC_INSTRUCTION_IMPL(op_lfsu)
{}
PPC_INSTRUCTION_IMPL(op_lfd)
{}
PPC_INSTRUCTION_IMPL(op_lfdu)
{}
PPC_INSTRUCTION_IMPL(op_lfsx)
{
PPC_ERROR(("lfsx not implemented!\n"));
}
PPC_INSTRUCTION_IMPL(op_lfsux)
{
PPC_ERROR(("lfsux not implemented!\n"));
}
PPC_INSTRUCTION_IMPL(op_lfdx)
{
PPC_ERROR(("lfdx not implemented!\n"));
}
PPC_INSTRUCTION_IMPL(op_lfdux)
{
PPC_ERROR(("lfdux not implemented!\n"));
}
} //namespace PPC
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -