Lines Matching refs:types

306     i386_operand_type types[MAX_OPERANDS];  member
1752 return !((i.types[j].bitfield.byte in match_reg_size()
1754 || (i.types[j].bitfield.word in match_reg_size()
1756 || (i.types[j].bitfield.dword in match_reg_size()
1758 || (i.types[j].bitfield.qword in match_reg_size()
1769 && !((i.types[j].bitfield.unspecified in match_mem_size()
1772 || (i.types[j].bitfield.fword in match_mem_size()
1774 || (i.types[j].bitfield.tbyte in match_mem_size()
1776 || (i.types[j].bitfield.xmmword in match_mem_size()
1778 || (i.types[j].bitfield.ymmword in match_mem_size()
1780 || (i.types[j].bitfield.zmmword in match_mem_size()
1812 if (i.types[j].bitfield.mem && !match_mem_size (t, j)) in operand_size_match()
1838 if (i.types[j].bitfield.mem in operand_size_match()
2748 pt (x->types[j]); in pi()
2750 if (x->types[j].bitfield.reg8 in pi()
2751 || x->types[j].bitfield.reg16 in pi()
2752 || x->types[j].bitfield.reg32 in pi()
2753 || x->types[j].bitfield.reg64 in pi()
2754 || x->types[j].bitfield.regmmx in pi()
2755 || x->types[j].bitfield.regxmm in pi()
2756 || x->types[j].bitfield.regymm in pi()
2757 || x->types[j].bitfield.regzmm in pi()
2758 || x->types[j].bitfield.sreg2 in pi()
2759 || x->types[j].bitfield.sreg3 in pi()
2760 || x->types[j].bitfield.control in pi()
2761 || x->types[j].bitfield.debug in pi()
2762 || x->types[j].bitfield.test) in pi()
2764 if (operand_type_check (x->types[j], imm)) in pi()
2766 if (operand_type_check (x->types[j], disp)) in pi()
3140 temp_type = i.types[xchg]; in build_vex_prefix()
3141 i.types[xchg] = i.types[0]; in build_vex_prefix()
3142 i.types[0] = temp_type; in build_vex_prefix()
3488 i.types[i.operands] = imm8; in process_immext()
3522 || !operand_type_check (i.types[i.operands - 1], anymem)) in check_hle()
3578 && !(operand_type_check (i.types[0], imm) in md_assemble()
3579 && operand_type_check (i.types[1], imm))) in md_assemble()
3655 && !operand_type_check (i.types[i.operands - 1], anymem)))) in md_assemble()
3698 i.types[j] = operand_type_and (i.types[j], i.tm.operand_types[j]); in md_assemble()
3705 if (i.types[0].bitfield.imm1) in md_assemble()
3712 if (i.types[j].bitfield.inoutportreg in md_assemble()
3713 || i.types[j].bitfield.shiftcount in md_assemble()
3714 || i.types[j].bitfield.acc in md_assemble()
3715 || i.types[j].bitfield.floatacc) in md_assemble()
3780 if ((i.types[0].bitfield.reg8 in md_assemble()
3782 || (i.types[1].bitfield.reg8 in md_assemble()
3784 || ((i.types[0].bitfield.reg8 in md_assemble()
3785 || i.types[1].bitfield.reg8) in md_assemble()
3794 if (i.types[x].bitfield.reg8 in md_assemble()
4123 i.types[this_operand].bitfield.unspecified = 1; in parse_operands()
4180 temp_type = i.types[xchg2]; in swap_2_operands()
4181 i.types[xchg2] = i.types[xchg1]; in swap_2_operands()
4182 i.types[xchg1] = temp_type; in swap_2_operands()
4255 if (i.types[op].bitfield.reg8) in optimize_imm()
4260 else if (i.types[op].bitfield.reg16) in optimize_imm()
4265 else if (i.types[op].bitfield.reg32) in optimize_imm()
4270 else if (i.types[op].bitfield.reg64) in optimize_imm()
4280 if (operand_type_check (i.types[op], imm)) in optimize_imm()
4289 i.types[op].bitfield.imm32 = 1; in optimize_imm()
4290 i.types[op].bitfield.imm64 = 1; in optimize_imm()
4293 i.types[op].bitfield.imm16 = 1; in optimize_imm()
4294 i.types[op].bitfield.imm32 = 1; in optimize_imm()
4295 i.types[op].bitfield.imm32s = 1; in optimize_imm()
4296 i.types[op].bitfield.imm64 = 1; in optimize_imm()
4299 i.types[op].bitfield.imm8 = 1; in optimize_imm()
4300 i.types[op].bitfield.imm8s = 1; in optimize_imm()
4301 i.types[op].bitfield.imm16 = 1; in optimize_imm()
4302 i.types[op].bitfield.imm32 = 1; in optimize_imm()
4303 i.types[op].bitfield.imm32s = 1; in optimize_imm()
4304 i.types[op].bitfield.imm64 = 1; in optimize_imm()
4313 if ((i.types[op].bitfield.imm16) in optimize_imm()
4321 if ((i.types[op].bitfield.imm32) in optimize_imm()
4330 i.types[op] in optimize_imm()
4331 = operand_type_or (i.types[op], in optimize_imm()
4337 i.types[op].bitfield.imm32 = 0; in optimize_imm()
4381 i.types[op] = operand_type_and (i.types[op], mask); in optimize_imm()
4395 if (operand_type_check (i.types[op], disp)) in optimize_disp()
4401 if (i.types[op].bitfield.disp16 in optimize_disp()
4408 i.types[op].bitfield.disp64 = 0; in optimize_disp()
4412 if (i.types[op].bitfield.disp32 in optimize_disp()
4420 i.types[op].bitfield.disp64 = 0; in optimize_disp()
4423 if (!op_disp && i.types[op].bitfield.baseindex) in optimize_disp()
4425 i.types[op].bitfield.disp8 = 0; in optimize_disp()
4426 i.types[op].bitfield.disp16 = 0; in optimize_disp()
4427 i.types[op].bitfield.disp32 = 0; in optimize_disp()
4428 i.types[op].bitfield.disp32s = 0; in optimize_disp()
4429 i.types[op].bitfield.disp64 = 0; in optimize_disp()
4437 i.types[op].bitfield.disp64 = 0; in optimize_disp()
4438 i.types[op].bitfield.disp32s = 1; in optimize_disp()
4442 i.types[op].bitfield.disp32 = 1; in optimize_disp()
4444 if ((i.types[op].bitfield.disp32 in optimize_disp()
4445 || i.types[op].bitfield.disp32s in optimize_disp()
4446 || i.types[op].bitfield.disp16) in optimize_disp()
4448 i.types[op].bitfield.disp8 = 1; in optimize_disp()
4455 i.types[op].bitfield.disp8 = 0; in optimize_disp()
4456 i.types[op].bitfield.disp16 = 0; in optimize_disp()
4457 i.types[op].bitfield.disp32 = 0; in optimize_disp()
4458 i.types[op].bitfield.disp32s = 0; in optimize_disp()
4459 i.types[op].bitfield.disp64 = 0; in optimize_disp()
4463 i.types[op].bitfield.disp64 = 0; in optimize_disp()
4512 gas_assert (i.types[0].bitfield.regxmm in check_VecOperands()
4513 || i.types[0].bitfield.regymm); in check_VecOperands()
4514 gas_assert (i.types[2].bitfield.regxmm in check_VecOperands()
4515 || i.types[2].bitfield.regymm); in check_VecOperands()
4534 if ((i.types[1].bitfield.regymm in check_VecOperands()
4535 || i.types[1].bitfield.regzmm) in check_VecOperands()
4560 || !i.types[i.broadcast->operand].bitfield.mem in check_VecOperands()
4562 && !i.types[i.broadcast->operand].bitfield.dword in check_VecOperands()
4563 && !i.types[i.broadcast->operand].bitfield.unspecified) in check_VecOperands()
4565 && !i.types[i.broadcast->operand].bitfield.qword in check_VecOperands()
4566 && !i.types[i.broadcast->operand].bitfield.unspecified)) in check_VecOperands()
4597 if (operand_type_check (i.types[op], anymem)) in check_VecOperands()
4602 && i.types[op].bitfield.dword) in check_VecOperands()
4604 && i.types[op].bitfield.qword)) in check_VecOperands()
4660 if (operand_type_check (i.types[op], disp) in check_VecOperands()
4670 i.types[op].bitfield.vec_disp8 = 1; in check_VecOperands()
4676 i.types[op].bitfield.disp8 = 0; in check_VecOperands()
4678 i.types[op].bitfield.disp16 = 0; in check_VecOperands()
4726 i.types[0] = vec_imm4; in VEX_check_operands()
4934 overlap0 = operand_type_and (i.types[0], operand_types[0]); in match_template()
4938 if (!operand_type_match (overlap0, i.types[0])) in match_template()
4948 && operand_type_equal (&i.types [0], &acc32) in match_template()
4949 && operand_type_equal (&i.types [1], &acc32)) in match_template()
4967 overlap1 = operand_type_and (i.types[1], operand_types[1]); in match_template()
4968 if (!operand_type_match (overlap0, i.types[0]) in match_template()
4969 || !operand_type_match (overlap1, i.types[1]) in match_template()
4971 && !operand_type_register_match (overlap0, i.types[0], in match_template()
4973 overlap1, i.types[1], in match_template()
4982 overlap0 = operand_type_and (i.types[0], operand_types[1]); in match_template()
4983 overlap1 = operand_type_and (i.types[1], operand_types[0]); in match_template()
4984 if (!operand_type_match (overlap0, i.types[0]) in match_template()
4985 || !operand_type_match (overlap1, i.types[1]) in match_template()
4988 i.types[0], in match_template()
4991 i.types[1], in match_template()
5014 overlap4 = operand_type_and (i.types[4], in match_template()
5017 overlap3 = operand_type_and (i.types[3], in match_template()
5020 overlap2 = operand_type_and (i.types[2], in match_template()
5028 if (!operand_type_match (overlap4, i.types[4]) in match_template()
5030 i.types[3], in match_template()
5033 i.types[4], in match_template()
5037 if (!operand_type_match (overlap3, i.types[3]) in match_template()
5040 i.types[2], in match_template()
5043 i.types[3], in match_template()
5051 if (!operand_type_match (overlap2, i.types[2]) in match_template()
5054 i.types[1], in match_template()
5057 i.types[2], in match_template()
5170 && (i.types[0].bitfield.jumpabsolute in match_template()
5210 int mem_op = operand_type_check (i.types[0], anymem) ? 0 : 1; in check_string()
5264 if (i.types[0].bitfield.reg16) in process_suffix()
5266 else if (i.types[0].bitfield.reg32) in process_suffix()
5268 else if (i.types[0].bitfield.reg64) in process_suffix()
5273 if (i.types[0].bitfield.reg8) in process_suffix()
5293 if (i.types[op].bitfield.reg8) in process_suffix()
5298 else if (i.types[op].bitfield.reg16) in process_suffix()
5303 else if (i.types[op].bitfield.reg32) in process_suffix()
5308 else if (i.types[op].bitfield.reg64) in process_suffix()
5497 && operand_type_equal (&i.types [0], &acc64) in process_suffix()
5498 && operand_type_equal (&i.types [1], &acc64)) in process_suffix()
5502 && !operand_type_check (i.types [0], reg) in process_suffix()
5503 && operand_type_check (i.types [0], anymem))) in process_suffix()
5526 if (i.types[op].bitfield.reg8) in check_byte_reg()
5537 if ((i.types[op].bitfield.reg16 in check_byte_reg()
5538 || i.types[op].bitfield.reg32 in check_byte_reg()
5539 || i.types[op].bitfield.reg64) in check_byte_reg()
5549 (i.op[op].regs + (i.types[op].bitfield.reg16 in check_byte_reg()
5559 if (i.types[op].bitfield.reg16 in check_byte_reg()
5560 || i.types[op].bitfield.reg32 in check_byte_reg()
5561 || i.types[op].bitfield.reg64 in check_byte_reg()
5562 || i.types[op].bitfield.regmmx in check_byte_reg()
5563 || i.types[op].bitfield.regxmm in check_byte_reg()
5564 || i.types[op].bitfield.regymm in check_byte_reg()
5565 || i.types[op].bitfield.regzmm in check_byte_reg()
5566 || i.types[op].bitfield.sreg2 in check_byte_reg()
5567 || i.types[op].bitfield.sreg3 in check_byte_reg()
5568 || i.types[op].bitfield.control in check_byte_reg()
5569 || i.types[op].bitfield.debug in check_byte_reg()
5570 || i.types[op].bitfield.test in check_byte_reg()
5571 || i.types[op].bitfield.floatreg in check_byte_reg()
5572 || i.types[op].bitfield.floatacc) in check_byte_reg()
5593 if (i.types[op].bitfield.reg8 in check_long_reg()
5607 && i.types[op].bitfield.reg16 in check_long_reg()
5628 else if (i.types[op].bitfield.reg64 in check_long_reg()
5634 && !i.types[0].bitfield.regxmm) in check_long_reg()
5658 if (i.types[op].bitfield.reg8 in check_qword_reg()
5671 else if ((i.types[op].bitfield.reg16 in check_qword_reg()
5672 || i.types[op].bitfield.reg32) in check_qword_reg()
5680 && !i.types[0].bitfield.regxmm) in check_qword_reg()
5703 if (i.types[op].bitfield.reg8 in check_word_reg()
5717 && (i.types[op].bitfield.reg32 in check_word_reg()
5718 || i.types[op].bitfield.reg64) in check_word_reg()
5744 i386_operand_type overlap = i.types[j]; in update_imm()
5800 i.types[j] = overlap; in update_imm()
5819 gas_assert (operand_type_check (i.types[2], imm) == 0); in finalize_imm()
5856 && operand_type_equal (&i.types[dest], &regxmm)); in process_operands()
5861 gas_assert (operand_type_equal (&i.types[0], &regxmm)); in process_operands()
5879 i.types[j - 1] = i.types[j]; in process_operands()
5895 i.types[j] = i.types[j - 1]; in process_operands()
5900 i.types[0] = regxmm; in process_operands()
5910 i.types[dupl] = i.types[dest]; in process_operands()
5921 i.types[dupl] = i.types[dest]; in process_operands()
5934 && (operand_type_equal (&i.types[0], &regxmm) in process_operands()
5935 || operand_type_equal (&i.types[0], &regymm) in process_operands()
5936 || operand_type_equal (&i.types[0], &regzmm))); in process_operands()
5938 return bad_implicit_operand (i.types[0].bitfield.regxmm); in process_operands()
5943 i.types[j - 1] = i.types[j]; in process_operands()
5962 if (operand_type_check (i.types[0], reg)) in process_operands()
5970 i.types[first_reg_op + 1] = i.types[first_reg_op]; in process_operands()
5977 if (i.types[0].bitfield.sreg2 in process_operands()
5978 || i.types[0].bitfield.sreg3) in process_operands()
5996 if (i.types[0].bitfield.floatreg in process_operands()
5997 || operand_type_check (i.types[0], reg)) in process_operands()
6099 && i.types[0].bitfield.vec_imm4 in build_modrm_byte()
6112 i.types[i.operands] = imm8; in build_modrm_byte()
6180 i.types[imm_slot].bitfield.imm8 = 1; in build_modrm_byte()
6230 || i.types[0].bitfield.shiftcount))); in build_modrm_byte()
6231 if (operand_type_check (i.types[0], imm) in build_modrm_byte()
6232 || i.types[0].bitfield.shiftcount) in build_modrm_byte()
6246 && i.types[0].bitfield.imm8 in build_modrm_byte()
6247 && i.types[1].bitfield.imm8) in build_modrm_byte()
6250 && (i.types[0].bitfield.imm8 in build_modrm_byte()
6251 || i.types[i.operands - 1].bitfield.imm8 in build_modrm_byte()
6257 if (i.types[0].bitfield.imm8) in build_modrm_byte()
6273 && operand_type_check (i.types[0], imm)); in build_modrm_byte()
6274 if (operand_type_check (i.types[1], imm)) in build_modrm_byte()
6276 else if (operand_type_check (i.types[4], imm)) in build_modrm_byte()
6368 if (!i.types[0].bitfield.control in build_modrm_byte()
6369 && !i.types[1].bitfield.control) in build_modrm_byte()
6385 if (operand_type_check (i.types[op], anymem)) in build_modrm_byte()
6401 i.types[op].bitfield.vec_disp8 = 0; in build_modrm_byte()
6402 i.types[op].bitfield.disp8 = 0; in build_modrm_byte()
6403 i.types[op].bitfield.disp16 = 0; in build_modrm_byte()
6404 i.types[op].bitfield.disp64 = 0; in build_modrm_byte()
6408 i.types[op].bitfield.disp32 = 1; in build_modrm_byte()
6409 i.types[op].bitfield.disp32s = 0; in build_modrm_byte()
6413 i.types[op].bitfield.disp32 = 0; in build_modrm_byte()
6414 i.types[op].bitfield.disp32s = 1; in build_modrm_byte()
6435 i.types[op].bitfield.disp32 = 1; in build_modrm_byte()
6450 i.types[op] = ((i.prefix[ADDR_PREFIX] == 0) in build_modrm_byte()
6457 i.types[op] = disp16; in build_modrm_byte()
6462 i.types[op] = disp32; in build_modrm_byte()
6477 i.types[op].bitfield.vec_disp8 = 0; in build_modrm_byte()
6478 i.types[op].bitfield.disp8 = 0; in build_modrm_byte()
6479 i.types[op].bitfield.disp16 = 0; in build_modrm_byte()
6480 i.types[op].bitfield.disp64 = 0; in build_modrm_byte()
6484 i.types[op].bitfield.disp32 = 1; in build_modrm_byte()
6485 i.types[op].bitfield.disp32s = 0; in build_modrm_byte()
6489 i.types[op].bitfield.disp32 = 0; in build_modrm_byte()
6490 i.types[op].bitfield.disp32s = 1; in build_modrm_byte()
6502 i.types[op].bitfield.disp8 = 0; in build_modrm_byte()
6503 i.types[op].bitfield.disp16 = 0; in build_modrm_byte()
6504 i.types[op].bitfield.disp32 = 0; in build_modrm_byte()
6505 i.types[op].bitfield.disp32s = 1; in build_modrm_byte()
6506 i.types[op].bitfield.disp64 = 0; in build_modrm_byte()
6507 i.types[op].bitfield.vec_disp8 = 0; in build_modrm_byte()
6528 if (operand_type_check (i.types[op], disp) == 0) in build_modrm_byte()
6532 i.types[op].bitfield.vec_disp8 = 1; in build_modrm_byte()
6534 i.types[op].bitfield.disp8 = 1; in build_modrm_byte()
6544 i.rm.mode = mode_from_disp_size (i.types[op]); in build_modrm_byte()
6549 && operand_type_check (i.types[op], disp)) in build_modrm_byte()
6553 temp.bitfield.disp8 = i.types[op].bitfield.disp8; in build_modrm_byte()
6555 = i.types[op].bitfield.vec_disp8; in build_modrm_byte()
6556 i.types[op] = temp; in build_modrm_byte()
6558 i.types[op].bitfield.disp32s = 1; in build_modrm_byte()
6560 i.types[op].bitfield.disp32 = 1; in build_modrm_byte()
6578 i.types[op].bitfield.vec_disp8 = 1; in build_modrm_byte()
6580 i.types[op].bitfield.disp8 = 1; in build_modrm_byte()
6617 i.types[op].bitfield.disp8 = 1; in build_modrm_byte()
6619 i.types[op].bitfield.disp32 = 1; in build_modrm_byte()
6621 i.rm.mode = mode_from_disp_size (i.types[op]); in build_modrm_byte()
6647 if (operand_type_check (i.types[0], imm)) in build_modrm_byte()
6700 if (i.types[op].bitfield.reg8 in build_modrm_byte()
6701 || i.types[op].bitfield.reg16 in build_modrm_byte()
6702 || i.types[op].bitfield.reg32 in build_modrm_byte()
6703 || i.types[op].bitfield.reg64 in build_modrm_byte()
6704 || i.types[op].bitfield.regmmx in build_modrm_byte()
6705 || i.types[op].bitfield.regxmm in build_modrm_byte()
6706 || i.types[op].bitfield.regymm in build_modrm_byte()
6707 || i.types[op].bitfield.regbnd in build_modrm_byte()
6708 || i.types[op].bitfield.regzmm in build_modrm_byte()
6709 || i.types[op].bitfield.regmask in build_modrm_byte()
6710 || i.types[op].bitfield.sreg2 in build_modrm_byte()
6711 || i.types[op].bitfield.sreg3 in build_modrm_byte()
6712 || i.types[op].bitfield.control in build_modrm_byte()
6713 || i.types[op].bitfield.debug in build_modrm_byte()
6714 || i.types[op].bitfield.test) in build_modrm_byte()
7260 if (i.types[n].bitfield.vec_disp8) in disp_size()
7262 else if (i.types[n].bitfield.disp64) in disp_size()
7264 else if (i.types[n].bitfield.disp8) in disp_size()
7266 else if (i.types[n].bitfield.disp16) in disp_size()
7277 if (i.types[n].bitfield.imm64) in imm_size()
7279 else if (i.types[n].bitfield.imm8 || i.types[n].bitfield.imm8s) in imm_size()
7281 else if (i.types[n].bitfield.imm16) in imm_size()
7294 if (i.types[n].bitfield.vec_disp8 in output_disp()
7295 || operand_type_check (i.types[n], disp)) in output_disp()
7302 if (i.types[n].bitfield.vec_disp8) in output_disp()
7312 int sign = i.types[n].bitfield.disp32s; in output_disp()
7317 gas_assert (!i.types[n].bitfield.disp8); in output_disp()
7328 if (operand_type_check (i.types[n1], imm)) in output_disp()
7433 if (operand_type_check (i.types[n], imm)) in output_imm()
7455 if (i.types[n].bitfield.imm32s in output_imm()
7582 # define lex_got(reloc, adjust, types) NULL argument
7596 i386_operand_type *types) in lex_got() argument
7690 if (types) in lex_got()
7694 types->bitfield.imm32 = 1; in lex_got()
7695 types->bitfield.disp32 = 1; in lex_got()
7698 *types = gotrel[j].types64; in lex_got()
7763 i386_operand_type *types) in lex_got() argument
7801 if (types) in lex_got()
7805 types->bitfield.imm32 = 1; in lex_got()
7806 types->bitfield.disp32 = 1; in lex_got()
7809 *types = gotrel[j].types64; in lex_got()
8078 i386_operand_type types; in i386_immediate() local
8080 operand_type_set (&types, ~0); in i386_immediate()
8098 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types); in i386_immediate()
8127 return i386_finalize_immediate (exp_seg, exp, types, imm_start); in i386_immediate()
8132 i386_operand_type types, const char *imm_start) in i386_finalize_immediate() argument
8144 i.types[this_operand].bitfield.imm64 = 1; in i386_finalize_immediate()
8175 i.types[this_operand].bitfield.imm8 = 1; in i386_finalize_immediate()
8176 i.types[this_operand].bitfield.imm16 = 1; in i386_finalize_immediate()
8177 i.types[this_operand].bitfield.imm32 = 1; in i386_finalize_immediate()
8178 i.types[this_operand].bitfield.imm32s = 1; in i386_finalize_immediate()
8179 i.types[this_operand].bitfield.imm64 = 1; in i386_finalize_immediate()
8180 i.types[this_operand] = operand_type_and (i.types[this_operand], in i386_finalize_immediate()
8181 types); in i386_finalize_immediate()
8241 i386_operand_type bigdisp, types = anydisp; in i386_displacement() local
8252 if ((i.types[this_operand].bitfield.jumpabsolute) in i386_displacement()
8301 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_displacement()
8316 if (i.types[this_operand].bitfield.baseIndex in i386_displacement()
8355 gotfree_input_line = lex_got (&i.reloc[this_operand], NULL, &types); in i386_displacement()
8376 ret = i386_finalize_displacement (exp_seg, exp, types, disp_start); in i386_displacement()
8385 i386_operand_type types, const char *disp_start) in i386_finalize_displacement() argument
8430 i.types[this_operand].bitfield.disp32 = 0; in i386_finalize_displacement()
8433 i.types[this_operand].bitfield.disp32s = 0; in i386_finalize_displacement()
8434 if (i.types[this_operand].bitfield.baseindex) in i386_finalize_displacement()
8459 bigdisp = i.types[this_operand]; in i386_finalize_displacement()
8466 i.types[this_operand] = operand_type_and (i.types[this_operand], in i386_finalize_displacement()
8467 types); in i386_finalize_displacement()
8517 && (i.types[this_operand].bitfield.disp16 in i386_index_check()
8518 || i.types[this_operand].bitfield.disp32)) in i386_index_check()
8519 i.types[this_operand] in i386_index_check()
8520 = operand_type_xor (i.types[this_operand], disp16_32); in i386_index_check()
8563 || operand_type_check (i.types[this_operand], disp)) in i386_index_check()
8709 i.types[this_operand].bitfield.imm8 = 1; in RC_SAE_immediate()
8776 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_att_operand()
8834 i.types[this_operand].bitfield.jumpabsolute = 1; in i386_att_operand()
8854 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_att_operand()
8856 i.types[this_operand].bitfield.unspecified = 0; in i386_att_operand()
8868 if (i.types[this_operand].bitfield.jumpabsolute) in i386_att_operand()
8958 i.types[this_operand].bitfield.baseindex = 1; in i386_att_operand()
9065 && !operand_type_check (i.types[this_operand], disp)) in i386_att_operand()
9067 i.types[this_operand] = inoutportreg; in i386_att_operand()
9073 i.types[this_operand].bitfield.mem = 1; in i386_att_operand()