• Home
  • Raw
  • Download

Lines Matching defs:insn

281 static int consumeByte(struct InternalInstruction *insn, uint8_t *byte)  in consumeByte()
298 static int lookAtByte(struct InternalInstruction *insn, uint8_t *byte) in lookAtByte()
303 static void unconsumeByte(struct InternalInstruction *insn) in unconsumeByte()
414 static bool isPrefixAtLocation(struct InternalInstruction *insn, uint8_t prefix, in isPrefixAtLocation()
477 static int readPrefixes(struct InternalInstruction *insn) in readPrefixes()
916 static int readOpcode(struct InternalInstruction *insn) in readOpcode()
1077 struct InternalInstruction *insn, in getIDWithAttrMask()
1150 static int getID(struct InternalInstruction *insn) in getID()
1371 static int readSIB(struct InternalInstruction *insn) in readSIB()
1470 static int readDisplacement(struct InternalInstruction *insn) in readDisplacement()
1516 static int readModRM(struct InternalInstruction *insn) in readModRM()
1797 static int fixupReg(struct InternalInstruction *insn, in fixupReg()
1850 static int readOpcodeRegister(struct InternalInstruction *insn, uint8_t size) in readOpcodeRegister()
1900 static int readImmediate(struct InternalInstruction *insn, uint8_t size) in readImmediate()
1955 static int readVVVV(struct InternalInstruction *insn) in readVVVV()
1987 static int readMaskRegister(struct InternalInstruction *insn) in readMaskRegister()
2006 static int readOperands(struct InternalInstruction *insn) in readOperands()
2127 static bool checkPrefix(struct InternalInstruction *insn) in checkPrefix()
2336 int decodeInstruction(struct InternalInstruction *insn, in decodeInstruction()