Searched defs:modrm (Results 1 – 2 of 2) sorted by relevance
531 uint8 modrm = GetRegCodeId(reg2); in GetModRM() local539 uint8 modrm = !HasSIB(mem) ? GetRegCodeId(mem.base) : 0b100; /* r/m=b100, use SIB */ in GetModRM() local543 void SetModRM(uint8 mod, uint8 modReg, uint8 modrm) in SetModRM()
333 uint8 modrm = GetRegCodeId(reg); in OpReg() local355 uint8 modrm = 0; in OpMem() local410 uint8 modrm = extInsn ? GetModRM(reg2, reg1) : GetModRM(reg1, reg2); in OpRR() local432 uint8 modrm = GetModRM(reg, mem); in OpRM() local568 uint8 modrm = GetModRM(dstReg, srcReg); in OpCmovcc() local