- asmArgKindProduct
AsmArgKindProduct asmArgKindProduct(AsmArgKind left, AsmArgKind right)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeModRegRmByte
ubyte encodeModRegRmByte(ModRmMod mod, Register reg, Register rm)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeSibByte
ubyte encodeSibByte(SibScale ss, Register index, Register base)
Undocumented in source. Be warned that the author may not have intended to support it.
- is_BP_or_R13
bool is_BP_or_R13(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- is_SP_or_R12
bool is_SP_or_R12(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- jumpOffset
Imm32 jumpOffset(PC from, PC to)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrBase
MemAddress memAddrBase(Register baseReg)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrBaseDisp32
MemAddress memAddrBaseDisp32(Register baseReg, int disp32)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrBaseDisp8
MemAddress memAddrBaseDisp8(Register baseReg, byte disp8)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrBaseIndex
MemAddress memAddrBaseIndex(Register baseReg, Register indexReg, SibScale scale)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrBaseIndexDisp32
MemAddress memAddrBaseIndexDisp32(Register baseReg, Register indexReg, SibScale scale, int disp32)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrBaseIndexDisp8
MemAddress memAddrBaseIndexDisp8(Register baseReg, Register indexReg, SibScale scale, byte disp8)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrDisp32
MemAddress memAddrDisp32(int disp32)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrIndexDisp32
MemAddress memAddrIndexDisp32(Register indexReg, SibScale scale, int disp32)
Undocumented in source. Be warned that the author may not have intended to support it.
- memAddrRipDisp32
MemAddress memAddrRipDisp32(int disp32)
Undocumented in source. Be warned that the author may not have intended to support it.
- minMemAddrBaseDisp
MemAddress minMemAddrBaseDisp(Register baseReg, int displacement)
Undocumented in source. Be warned that the author may not have intended to support it.
- regNeedsRexPrefix
bool regNeedsRexPrefix(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- regTo_ModRm_Reg
ubyte regTo_ModRm_Reg(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- regTo_ModRm_Rm
ubyte regTo_ModRm_Rm(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- regTo_Rex_B
ubyte regTo_Rex_B(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- regTo_Rex_R
ubyte regTo_Rex_R(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- regTo_Rex_W
ubyte regTo_Rex_W(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- regTo_Rex_X
ubyte regTo_Rex_X(Register reg)
Undocumented in source. Be warned that the author may not have intended to support it.
- sibAddrType
ubyte sibAddrType(MemAddrType type)
Undocumented in source. Be warned that the author may not have intended to support it.