Lines Matching refs:x_mode
1103 int x_mode = x & MODE; in get_specific() local
1106 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG)) in get_specific()
1117 if (x_mode == LOWREG) in get_specific()
1118 x_mode = REG; in get_specific()
1119 if (x_mode != REG) in get_specific()
1133 if (!(x_mode & CTRL)) in get_specific()
1136 switch (x_mode) in get_specific()
1174 else if ((op & ABSJMP) && (x_mode == ABS || x_mode == PCREL)) in get_specific()
1179 if (x_mode == ABS && !Hmode) in get_specific()
1188 else if (x_mode == IMM && op_mode != IMM) in get_specific()
1204 else if (op_mode == PCREL && op_mode == x_mode) in get_specific()
1221 && op_mode == x_mode) in get_specific()
1246 else if (op_mode != x_mode) in get_specific()
1650 int x_mode = x & MODE; in build_bytes() local
1652 if (x_mode == IMM || x_mode == DISP) in build_bytes()
1657 if (x_mode == DISP) in build_bytes()
1664 else if (x_mode == ABS) in build_bytes()
1670 else if (x_mode == PCREL) in build_bytes()
1713 else if (x_mode == MEMIND) in build_bytes()
1723 else if (x_mode == VECIND) in build_bytes()