Lines Matching refs:types

633       i.types[this_operand].bitfield.unspecified = 0;  in i386_intel_operand()
638 i.types[this_operand].bitfield.byte = 1; in i386_intel_operand()
643 i.types[this_operand].bitfield.word = 1; in i386_intel_operand()
651 i.types[this_operand].bitfield.dword = 1; in i386_intel_operand()
670 i.types[this_operand].bitfield.fword = 1; in i386_intel_operand()
684 i.types[this_operand].bitfield.qword = 1; in i386_intel_operand()
693 i.types[this_operand].bitfield.tbyte = 1; in i386_intel_operand()
701 i.types[this_operand].bitfield.byte = 1; /* cause an error */ in i386_intel_operand()
705 i.types[this_operand].bitfield.xmmword = 1; in i386_intel_operand()
709 i.types[this_operand].bitfield.ymmword = 1; in i386_intel_operand()
713 i.types[this_operand].bitfield.zmmword = 1; in i386_intel_operand()
724 i.types[this_operand].bitfield.byte = 1; in i386_intel_operand()
725 i.types[this_operand].bitfield.tbyte = 1; in i386_intel_operand()
783 i386_operand_type types; in i386_intel_operand() local
798 operand_type_set (&types, ~0); in i386_intel_operand()
800 expP, types, operand_string)) in i386_intel_operand()
805 i.types[this_operand].bitfield.unspecified = 1; in i386_intel_operand()
839 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_intel_operand()
841 i.types[this_operand].bitfield.unspecified = 0; in i386_intel_operand()
892 i.types[0].bitfield.disp16 = 0; in i386_intel_operand()
893 i.types[0].bitfield.disp32 = 0; in i386_intel_operand()
894 i.types[0].bitfield.disp32s = 0; in i386_intel_operand()
925 i.types[this_operand].bitfield.baseindex = 1; in i386_intel_operand()
933 || !i.types[this_operand].bitfield.baseindex) in i386_intel_operand()
944 i.types[this_operand].bitfield.disp64 = 1; in i386_intel_operand()
945 i.types[this_operand].bitfield.disp32s = 1; in i386_intel_operand()
948 i.types[this_operand].bitfield.disp32 = 1; in i386_intel_operand()
951 i.types[this_operand].bitfield.disp32 = 1; in i386_intel_operand()
953 i.types[this_operand].bitfield.disp16 = 1; in i386_intel_operand()