|
| void | generateProgramPrologue (Program &, ProgramConfiguration &) |
| void | generateProgramEpilogue (Program &, ProgramConfiguration &) |
| void | genAddressReg (Instruction &, bool) |
| void | genAddressRegDst (Instruction &) |
| void | genAddressImm (Instruction &) |
| void | genSIB (int scale, int index, int base) |
| void | generateCode (Instruction &, int) |
| void | generateSuperscalarCode (Instruction &, std::vector< uint64_t > &) |
| void | emitByte (uint8_t val) |
| void | emit32 (uint32_t val) |
| void | emit64 (uint64_t val) |
| template<size_t N> |
| void | emit (const uint8_t(&src)[N]) |
| void | emit (const uint8_t *src, size_t count) |
| void | h_IADD_RS (Instruction &, int) |
| void | h_IADD_M (Instruction &, int) |
| void | h_ISUB_R (Instruction &, int) |
| void | h_ISUB_M (Instruction &, int) |
| void | h_IMUL_R (Instruction &, int) |
| void | h_IMUL_M (Instruction &, int) |
| void | h_IMULH_R (Instruction &, int) |
| void | h_IMULH_M (Instruction &, int) |
| void | h_ISMULH_R (Instruction &, int) |
| void | h_ISMULH_M (Instruction &, int) |
| void | h_IMUL_RCP (Instruction &, int) |
| void | h_INEG_R (Instruction &, int) |
| void | h_IXOR_R (Instruction &, int) |
| void | h_IXOR_M (Instruction &, int) |
| void | h_IROR_R (Instruction &, int) |
| void | h_IROL_R (Instruction &, int) |
| void | h_ISWAP_R (Instruction &, int) |
| void | h_FSWAP_R (Instruction &, int) |
| void | h_FADD_R (Instruction &, int) |
| void | h_FADD_M (Instruction &, int) |
| void | h_FSUB_R (Instruction &, int) |
| void | h_FSUB_M (Instruction &, int) |
| void | h_FSCAL_R (Instruction &, int) |
| void | h_FMUL_R (Instruction &, int) |
| void | h_FDIV_M (Instruction &, int) |
| void | h_FSQRT_R (Instruction &, int) |
| void | h_CBRANCH (Instruction &, int) |
| void | h_CFROUND (Instruction &, int) |
| void | h_ISTORE (Instruction &, int) |
| void | h_NOP (Instruction &, int) |