• Home
  • Raw
  • Download

Lines Matching defs:insn

198 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) {  in consumeByte()
214 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) { in lookAtByte()
218 static void unconsumeByte(struct InternalInstruction* insn) { in unconsumeByte()
292 static void setPrefixPresent(struct InternalInstruction* insn, in setPrefixPresent()
309 static bool isPrefixAtLocation(struct InternalInstruction* insn, in isPrefixAtLocation()
326 static int readPrefixes(struct InternalInstruction* insn) { in readPrefixes()
679 static int readOpcode(struct InternalInstruction* insn) { in readOpcode()
796 struct InternalInstruction* insn, in getIDWithAttrMask()
876 static int getID(struct InternalInstruction* insn, const void *miiArg) { in getID()
1138 static int readSIB(struct InternalInstruction* insn) { in readSIB()
1236 static int readDisplacement(struct InternalInstruction* insn) { in readDisplacement()
1281 static int readModRM(struct InternalInstruction* insn) { in readModRM()
1499 static int fixupReg(struct InternalInstruction *insn, in fixupReg()
1551 static int readOpcodeRegister(struct InternalInstruction* insn, uint8_t size) { in readOpcodeRegister()
1598 static int readImmediate(struct InternalInstruction* insn, uint8_t size) { in readImmediate()
1652 static int readVVVV(struct InternalInstruction* insn) { in readVVVV()
1682 static int readMaskRegister(struct InternalInstruction* insn) { in readMaskRegister()
1700 static int readOperands(struct InternalInstruction* insn) { in readOperands()
1838 struct InternalInstruction *insn, byteReader_t reader, in decodeInstruction()