Lines Matching refs:types

610       i.types[this_operand].bitfield.unspecified = 0;  in i386_intel_operand()
615 i.types[this_operand].bitfield.byte = 1; in i386_intel_operand()
620 i.types[this_operand].bitfield.word = 1; in i386_intel_operand()
633 i.types[this_operand].bitfield.dword = 1; in i386_intel_operand()
650 i.types[this_operand].bitfield.fword = 1; in i386_intel_operand()
666 i.types[this_operand].bitfield.qword = 1; in i386_intel_operand()
675 i.types[this_operand].bitfield.tbyte = 1; in i386_intel_operand()
684 i.types[this_operand].bitfield.xmmword = 1; in i386_intel_operand()
689 i.types[this_operand].bitfield.ymmword = 1; in i386_intel_operand()
694 i.types[this_operand].bitfield.zmmword = 1; in i386_intel_operand()
732 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
738 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
750 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
757 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
760 i386_operand_type types; in i386_intel_operand() local
775 operand_type_set (&types, ~0); in i386_intel_operand()
777 expP, types, operand_string)) in i386_intel_operand()
782 i.types[this_operand].bitfield.unspecified = 1; in i386_intel_operand()
791 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
794 if (i.types[this_operand].bitfield.jumpabsolute) in i386_intel_operand()
813 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_intel_operand()
815 i.types[this_operand].bitfield.unspecified = 0; in i386_intel_operand()
865 i.types[0].bitfield.mem = 0; in i386_intel_operand()
866 i.types[0].bitfield.disp16 = 0; in i386_intel_operand()
867 i.types[0].bitfield.disp32 = 0; in i386_intel_operand()
868 i.types[0].bitfield.disp32s = 0; in i386_intel_operand()
893 i.types[this_operand].bitfield.disp32 = 1; in i386_intel_operand()
896 i.types[this_operand].bitfield.disp64 = 1; in i386_intel_operand()
897 i.types[this_operand].bitfield.disp32s = 1; in i386_intel_operand()
901 i.types[this_operand].bitfield.disp32 = 1; in i386_intel_operand()
903 i.types[this_operand].bitfield.disp16 = 1; in i386_intel_operand()
931 i.types[this_operand].bitfield.baseindex = 1; in i386_intel_operand()
987 i.types[this_operand].bitfield.mem = 1; in i386_intel_operand()