📄 float_store_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_stfd)
{}
PPC_INSTRUCTION_IMPL(op_stfdu)
{}
PPC_INSTRUCTION_IMPL(op_stfs)
{}
PPC_INSTRUCTION_IMPL(op_stfsu)
{}
PPC_INSTRUCTION_IMPL(op_stfsx)
{
PPC_ERROR(("stfsx not implemented!\n"));
}
PPC_INSTRUCTION_IMPL(op_stfsux)
{
PPC_ERROR(("stfsux not implemented!\n"));
}
PPC_INSTRUCTION_IMPL(op_stfdx)
{
PPC_ERROR(("stfdx not implemented!\n"));
}
PPC_INSTRUCTION_IMPL(op_stfdux)
{
PPC_ERROR(("stfdux not implemented!\n"));
}
PPC_INSTRUCTION_IMPL(op_stfiwx)
{
PPC_ERROR(("stfiwx not implemented!\n"));
}
} //namespace PPC
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -