Home | History | Annotate | Download | only in libenc

Lines Matching refs:OpndSize_8

138 #define AL          {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_AL}
139 #define AH {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_AH}
146 #define CL {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_CL}
168 #define r8 {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_Null}
175 #define r_m8 {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_8, OpndExt_Any, RegName_Null}
179 #define r_m8s {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_8, OpndExt_Signed, RegName_Null}
183 #define r_m8u {(OpndKind)(OpndKind_GPReg|OpndKind_Mem), OpndSize_8, OpndExt_Zero, RegName_Null}
190 #define m8 {OpndKind_Mem, OpndSize_8, OpndExt_Any, RegName_Null}
198 #define imm8 {OpndKind_Imm, OpndSize_8, OpndExt_Any, RegName_Null}
202 #define imm8s {OpndKind_Imm, OpndSize_8, OpndExt_Signed, RegName_Null}
206 #define imm8u {OpndKind_Imm, OpndSize_8, OpndExt_Zero, RegName_Null}
224 #define rel8 {OpndKind_Imm, OpndSize_8, OpndExt_Any, RegName_Null}