Searched defs:sysInstFields (Results 1 – 2 of 2) sorted by relevance
992 type sysInstFields struct { struct993 op1 uint8994 cn uint8995 cm uint8996 op2 uint81005 func (s sysInstFields) isArg() {}1007 func (s sysInstFields) getAttrs() sysInstAttrs {1015 func (s sysInstFields) String() string {1019 func (s sysInstFields) getType() sys {
934 var sysInstFields = map[SpecialOperand]struct { var