Lines Matching refs:this_operand
139 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC) in i386_operator()
142 char *gotfree_input_line = lex_got (&i.reloc[this_operand], in i386_operator()
221 if ((this_operand >= 0 in i386_intel_check()
222 && rreg != i.op[this_operand].regs) in i386_intel_check()
259 if (this_operand < 0 || intel_state.in_offset) in i386_intel_simplify_register()
272 if (i.op[this_operand].regs) in i386_intel_simplify_register()
283 i.op[this_operand].regs = i386_regtab + reg_num; in i386_intel_simplify_register()
330 const reg_entry *the_reg = (this_operand >= 0 in i386_intel_simplify()
331 ? i.op[this_operand].regs : NULL); in i386_intel_simplify()
416 if (this_operand >= 0 && intel_state.in_bracket) in i386_intel_simplify()
509 if (this_operand >= 0 in i386_intel_simplify()
607 i.types[this_operand].bitfield.unspecified = 0; in i386_intel_operand()
612 i.types[this_operand].bitfield.byte = 1; in i386_intel_operand()
617 i.types[this_operand].bitfield.word = 1; in i386_intel_operand()
630 i.types[this_operand].bitfield.dword = 1; in i386_intel_operand()
647 i.types[this_operand].bitfield.fword = 1; in i386_intel_operand()
663 i.types[this_operand].bitfield.qword = 1; in i386_intel_operand()
672 i.types[this_operand].bitfield.tbyte = 1; in i386_intel_operand()
681 i.types[this_operand].bitfield.xmmword = 1; in i386_intel_operand()
686 i.types[this_operand].bitfield.ymmword = 1; in i386_intel_operand()
691 i.types[this_operand].bitfield.zmmword = 1; in i386_intel_operand()
725 if (i.op[this_operand].regs in i386_intel_operand()
729 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
735 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
747 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
754 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
769 i.op[this_operand].imms = expP; in i386_intel_operand()
778 this_operand = i.operands++; in i386_intel_operand()
779 i.types[this_operand].bitfield.unspecified = 1; in i386_intel_operand()
788 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_intel_operand()
791 if (i.types[this_operand].bitfield.jumpabsolute) in i386_intel_operand()
797 if (i.op[this_operand].regs) in i386_intel_operand()
808 temp = i.op[this_operand].regs->reg_type; in i386_intel_operand()
810 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_intel_operand()
812 i.types[this_operand].bitfield.unspecified = 0; in i386_intel_operand()
835 && this_operand == 1 in i386_intel_operand()
842 this_operand = 0; in i386_intel_operand()
847 this_operand = 1; in i386_intel_operand()
849 i.op[this_operand].imms = expP; in i386_intel_operand()
883 i.op[this_operand].disps = expP; in i386_intel_operand()
888 i.types[this_operand].bitfield.disp32 = 1; in i386_intel_operand()
891 i.types[this_operand].bitfield.disp64 = 1; in i386_intel_operand()
892 i.types[this_operand].bitfield.disp32s = 1; in i386_intel_operand()
896 i.types[this_operand].bitfield.disp32 = 1; in i386_intel_operand()
898 i.types[this_operand].bitfield.disp16 = 1; in i386_intel_operand()
926 i.types[this_operand].bitfield.baseindex = 1; in i386_intel_operand()
982 i.types[this_operand].bitfield.mem = 1; in i386_intel_operand()
996 i.op[this_operand].imms = expP; in i386_intel_operand()