|
| void | emitMovImmediate (uint32_t dst, uint32_t imm, uint8_t *code, uint32_t &codePos) |
| void | emitAddImmediate (uint32_t dst, uint32_t src, uint32_t imm, uint8_t *code, uint32_t &codePos) |
| template<uint32_t tmp_reg> |
| void | emitMemLoad (uint32_t dst, uint32_t src, Instruction &instr, uint8_t *code, uint32_t &codePos) |
| template<uint32_t tmp_reg_fp> |
| void | emitMemLoadFP (uint32_t src, Instruction &instr, uint8_t *code, uint32_t &codePos) |
| void | h_IADD_RS (Instruction &, uint32_t &) |
| void | h_IADD_M (Instruction &, uint32_t &) |
| void | h_ISUB_R (Instruction &, uint32_t &) |
| void | h_ISUB_M (Instruction &, uint32_t &) |
| void | h_IMUL_R (Instruction &, uint32_t &) |
| void | h_IMUL_M (Instruction &, uint32_t &) |
| void | h_IMULH_R (Instruction &, uint32_t &) |
| void | h_IMULH_M (Instruction &, uint32_t &) |
| void | h_ISMULH_R (Instruction &, uint32_t &) |
| void | h_ISMULH_M (Instruction &, uint32_t &) |
| void | h_IMUL_RCP (Instruction &, uint32_t &) |
| void | h_INEG_R (Instruction &, uint32_t &) |
| void | h_IXOR_R (Instruction &, uint32_t &) |
| void | h_IXOR_M (Instruction &, uint32_t &) |
| void | h_IROR_R (Instruction &, uint32_t &) |
| void | h_IROL_R (Instruction &, uint32_t &) |
| void | h_ISWAP_R (Instruction &, uint32_t &) |
| void | h_FSWAP_R (Instruction &, uint32_t &) |
| void | h_FADD_R (Instruction &, uint32_t &) |
| void | h_FADD_M (Instruction &, uint32_t &) |
| void | h_FSUB_R (Instruction &, uint32_t &) |
| void | h_FSUB_M (Instruction &, uint32_t &) |
| void | h_FSCAL_R (Instruction &, uint32_t &) |
| void | h_FMUL_R (Instruction &, uint32_t &) |
| void | h_FDIV_M (Instruction &, uint32_t &) |
| void | h_FSQRT_R (Instruction &, uint32_t &) |
| void | h_CBRANCH (Instruction &, uint32_t &) |
| void | h_CFROUND (Instruction &, uint32_t &) |
| void | h_ISTORE (Instruction &, uint32_t &) |
| void | h_NOP (Instruction &, uint32_t &) |