Lines Matching refs:L_32
54 #define PSIZE (Hmode && !Nmode ? L_32 : L_16)
440 *mode = L_32 | REG | direction; in parse_reg()
528 *mode |= L_32; in skip_colonthing()
595 case L_32: in constant_fits_size_p()
662 if (size != L_32) in get_operand()
667 if (size != L_32 && size != L_16) in get_operand()
674 if (size != L_32 && size != L_8) in get_operand()
728 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
840 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
850 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
984 case L_32: in get_mova_operands()
1123 x_size = (Hmode ? L_32 : L_16); in get_specific()
1125 op_size = (Hmode ? L_32 : L_16); in get_specific()
1184 if ((operands[i].mode & SIZE) == L_32 in get_specific()
1185 && (op_mode & SIZE) != L_32) in get_specific()
1224 if (x_size == L_24 && op_size == L_32) in get_specific()
1227 x |= x_size = L_32; in get_specific()
1389 case L_32: in do_a_fix_imm()
1413 case L_32: in do_a_fix_imm()
1746 if ((operand->mode & SIZE) == L_32) in build_bytes()