![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
This is the complete list of members for FieldModelInstruction, including all inherited members.
AddParam(ValuePtr value) | Instruction | |
address_ | Instruction | protected |
code_gen_data_ | Instruction | protected |
GetAddress() const | Instruction | |
GetCodeGenData() const | Instruction | |
GetDestAddress() const | Instruction | virtual |
GetName() const | Instruction | |
GetOpcode() const | Instruction | |
GetParam(uint32 index) const | Instruction | |
GetParams() const | Instruction | |
GetStackChange() const | Instruction | |
INST_TYPE_BINARY_OP | Instruction | static |
INST_TYPE_BOOL_NEGATE | Instruction | static |
INST_TYPE_CALL | Instruction | static |
INST_TYPE_COND_JUMP | Instruction | static |
INST_TYPE_DUP | Instruction | static |
INST_TYPE_JUMP | Instruction | static |
INST_TYPE_KERNEL_CALL | Instruction | static |
INST_TYPE_LOAD | Instruction | static |
INST_TYPE_RETURN | Instruction | static |
INST_TYPE_STACK | Instruction | static |
INST_TYPE_STORE | Instruction | static |
INST_TYPE_UNARY_OP_POST | Instruction | static |
INST_TYPE_UNARY_OP_PRE | Instruction | static |
IsCondJump() const | Instruction | virtual |
IsFuncCall() const | Instruction | virtual |
IsJump() const | Instruction | virtual |
IsKernelCall() const | KernelCallInstruction | virtual |
IsLoad() const | Instruction | virtual |
IsReturn() const | Instruction | virtual |
IsStackOp() const | Instruction | virtual |
IsStore() const | Instruction | virtual |
IsUncondJump() const | Instruction | virtual |
label_required_ | Instruction | protected |
LabelRequired() const | Instruction | |
name_ | Instruction | protected |
opcode_ | Instruction | protected |
params_ | Instruction | protected |
Print(std::ostream &output) const | Instruction | virtual |
ProcessANIM_2(CodeGenerator *code_gen, const std::string &entity, int char_id) | FieldModelInstruction | private |
ProcessANIME1(CodeGenerator *code_gen, const std::string &entity, int char_id) | FieldModelInstruction | private |
ProcessAXYZI(CodeGenerator *code_gen) | FieldModelInstruction | private |
ProcessCANIM2(CodeGenerator *code_gen, const std::string &entity, int char_id) | FieldModelInstruction | private |
ProcessCANM_2(CodeGenerator *code_gen, const std::string &entity, int char_id) | FieldModelInstruction | private |
ProcessCC(CodeGenerator *code_gen, const FieldEngine &engine) | FieldModelInstruction | private |
ProcessCHAR(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessDFANM(CodeGenerator *code_gen, const std::string &entity, int char_id) | FieldModelInstruction | private |
ProcessDIR(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessGETAI(CodeGenerator *code_gen, const FieldEngine &engine) | FieldModelInstruction | private |
ProcessInst(Function &func, ValueStack &stack, Engine *engine, CodeGenerator *code_gen) override | FieldModelInstruction | virtual |
ProcessJOIN(CodeGenerator *code_gen) | FieldModelInstruction | private |
ProcessJUMP(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessLADER(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessMOVE(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessMSPED(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessOFST(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessPC(CodeGenerator *code_gen, const std::string &entity, int char_id) | FieldModelInstruction | private |
ProcessSLIDR(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessSOLID(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessSPLIT(CodeGenerator *code_gen) | FieldModelInstruction | private |
ProcessTLKON(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessTURA(CodeGenerator *code_gen, const std::string &entity, const FieldEngine &engine) | FieldModelInstruction | private |
ProcessTURNGEN(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessVISI(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ProcessXYZI(CodeGenerator *code_gen, const std::string &entity) | FieldModelInstruction | private |
ref_count_ | RefCounted | private |
RefCounted() | RefCounted | inlineprotected |
SetAddress(uint32 address) | Instruction | |
SetCodeGenData(std::string code_gen_data) | Instruction | |
SetLabelRequired(bool required) | Instruction | |
SetName(std::string name) | Instruction | |
SetOpcode(uint32 opcode) | Instruction | |
SetParams(std::vector< ValuePtr > params) | Instruction | |
SetStackChange(int16 stack_change) | Instruction | |
stack_change_ | Instruction | protected |
void::intrusive_ptr_add_ref(RefCounted *ptr) | RefCounted | private |
void::intrusive_ptr_release(RefCounted *ptr) | RefCounted | private |
~RefCounted() | RefCounted | inlineprotectedvirtual |