Lines Matching refs:L_32
60 #define PSIZE (Hmode && !Nmode ? L_32 : L_16)
445 *mode = L_32 | REG | direction; in parse_reg()
533 *mode |= L_32; in skip_colonthing()
600 case L_32: in constant_fits_size_p()
667 if (size != L_32) in get_operand()
672 if (size != L_32 && size != L_16) in get_operand()
679 if (size != L_32 && size != L_8) in get_operand()
733 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
845 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
855 && (!Nmode || ((mode & SIZE) != L_32))) in get_operand()
989 case L_32: in get_mova_operands()
1128 x_size = (Hmode ? L_32 : L_16); in get_specific()
1130 op_size = (Hmode ? L_32 : L_16); in get_specific()
1189 if ((operands[i].mode & SIZE) == L_32 in get_specific()
1190 && (op_mode & SIZE) != L_32) in get_specific()
1229 if (x_size == L_24 && op_size == L_32) in get_specific()
1232 x |= x_size = L_32; in get_specific()
1394 case L_32: in do_a_fix_imm()
1418 case L_32: in do_a_fix_imm()
1751 if ((operand->mode & SIZE) == L_32) in build_bytes()