| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-i386.c | 2153 && !t->operand_types[wanted].bitfield.byte) in match_operand_size() 2155 && !t->operand_types[wanted].bitfield.word) in match_operand_size() 2157 && !t->operand_types[wanted].bitfield.dword) in match_operand_size() 2159 && (!t->operand_types[wanted].bitfield.qword in match_operand_size() 2165 && (t->operand_types[wanted].bitfield.class == Reg in match_operand_size() 2166 || t->operand_types[wanted].bitfield.class == Accum in match_operand_size() 2169 && !t->operand_types[wanted].bitfield.tbyte)); in match_operand_size() 2180 && !t->operand_types[wanted].bitfield.xmmword) in match_simd_size() 2182 && !t->operand_types[wanted].bitfield.ymmword) in match_simd_size() 2184 && !t->operand_types[wanted].bitfield.zmmword) in match_simd_size() [all …]
|
| D | tc-tic30.c | 869 p_insn.tm->operand_types[count][i]) == 0) in tic30_parallel_insn() 889 if ((p_insn.tm->operand_types[0][0] & (Indirect | Rn)) in tic30_parallel_insn() 1572 if (insn.tm->operand_types[i] & NotReq) in md_assemble() 1583 if (insn.operand_type[count]->op_type & insn.tm->operand_types[count]) in md_assemble() 1593 if ((insn.tm->operand_types[1] & (Indirect | Direct)) in md_assemble() 1615 if ((insn.tm->operand_types[0] & op3T1) in md_assemble() 1616 && (insn.tm->operand_types[1] & op3T2)) in md_assemble() 1811 if ((insn.tm->operand_types[0] & (AllReg | Disp)) in md_assemble() 1838 else if ((insn.tm->operand_types[0] & ARn) == ARn) in md_assemble() 1875 else if (insn.tm->operand_types[0] == IVector) in md_assemble() [all …]
|
| D | tc-tic54x.c | 4096 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem in optimize_insn() 4097 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT in optimize_insn() 4100 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem in optimize_insn() 4101 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT in optimize_insn() 4114 if ((OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT in optimize_insn() 4115 || OPTYPE (insn->tm->operand_types[1]) == OP_SHFT) in optimize_insn() 4117 && (OPTYPE (insn->tm->operand_types[0]) != OP_lk in optimize_insn() 4131 if ((OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT in optimize_insn() 4132 || OPTYPE (insn->tm->operand_types[1]) == OP_SHFT) in optimize_insn() 4153 if ( ((OPTYPE (insn->tm->operand_types[0]) == OP_Smem in optimize_insn() [all …]
|
| D | tc-i386-intel.c | 762 && (current_templates.start->operand_types[0].bitfield.fword in i386_intel_operand() 763 || current_templates.start->operand_types[0].bitfield.tbyte in i386_intel_operand() 869 if (!t->operand_types[op].bitfield.baseindex) in i386_intel_operand() 872 switch (t->operand_types[op].bitfield.class) in i386_intel_operand()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | tic54x-dis.c | 80 tm->operand_types, in print_insn_tic54x() 92 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr() 93 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr() 94 || OPTYPE (tm->operand_types[2]) == OP_Smem in has_lkaddr() 95 || OPTYPE (tm->operand_types[1]) == OP_Sind in has_lkaddr() 96 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr() 97 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr() 476 ptm->name, ptm->operand_types, size, 0); in print_parallel_instruction()
|
| D | i386-gen.c | 530 static bitfield operand_types[] = variable 1318 bitfield types [ARRAY_SIZE (operand_types)]; in process_i386_operand_type() 1321 memcpy (types, operand_types, sizeof (types)); in process_i386_operand_type() 1398 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; in output_i386_opcode() local 1430 operand_types [i = 0] = NULL; in output_i386_opcode() 1436 for (i = 0; i < ARRAY_SIZE (operand_types); i++) in output_i386_opcode() 1440 operand_types [i] = NULL; in output_i386_opcode() 1444 operand_types [i] = next_field (str, ',', &str, last); in output_i386_opcode() 1497 extension_opcode, operand_types, lineno, in output_i386_opcode() 1505 for (i = 0; i < ARRAY_SIZE (operand_types); i++) in output_i386_opcode() [all …]
|
| D | tic30-dis.c | 154 if (current_optab->operand_types[0] & Imm24) in get_tic30_instruction() 369 if ((insn->tm->operand_types[1] & (Direct | Indirect)) in print_two_operand() 388 if ((insn->tm->operand_types[0] & NotReq) == 0) in print_two_operand() 621 if (insn->tm->operand_types[0] & Imm24) in print_branch() 628 else if (insn->tm->operand_types[0] & IVector) in print_branch()
|
| D | ChangeLog-2019 | 431 (operand_types): Remove JumpAbsolute entry. 441 (operand_types): Remove AnySize entry. 469 (operand_types): Remove EsSeg entry. 503 (operand_types): Drop InOutPortReg, ShiftCount, and Acc entries. 539 (operand_types): Drop RegMask and RegBND entry. 554 (operand_types): Drop RegMMX and RegSIMD entries. 570 (operand_types): Drop Control, Debug, and Test entries. 585 (operand_types): Drop SReg entry. 598 (operand_types): Drop Reg entry. 1084 * i386-gen.c (operand_types): Move RegMem ... [all …]
|
| D | i386-opc.h | 1040 i386_operand_type operand_types[MAX_OPERANDS]; member
|
| D | ChangeLog-2008 | 748 (operand_types): Add RegYMM, Ymmword and Vex_Imm4. 1011 (operand_types): Add Mem. 1039 (operand_types): Add Byte, Word, Dword, Fword, Qword, Tbyte,
|
| D | ChangeLog-2007 | 740 (operand_types): Likewise. 754 process operand_types. 758 Sort cpu_flags, opcode_modifiers and operand_types. Call 895 i386_operand_type for operand_types.
|
| D | ChangeLog-2017 | 70 (operand_types): Replace RegXMM, RegYMM, and RegZMM with just 87 (operand_types): Drop FloatAcc and FloatReg. 218 (operand_types): Remove Vec_Disp8 entry.
|
| D | ChangeLog-2013 | 635 (operand_types): Add RegZMM, RegMask, Vec_Disp8, Zmmword. 721 (operand_types): Add RegBND.
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | tic54x-dis.c | 80 tm->operand_types, in print_insn_tic54x() 92 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr() 93 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr() 94 || OPTYPE (tm->operand_types[2]) == OP_Smem in has_lkaddr() 95 || OPTYPE (tm->operand_types[1]) == OP_Sind in has_lkaddr() 96 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr() 97 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr() 476 ptm->name, ptm->operand_types, size, 0); in print_parallel_instruction()
|
| D | i386-gen.c | 529 static bitfield operand_types[] = variable 1305 bitfield types [ARRAY_SIZE (operand_types)]; in process_i386_operand_type() 1308 memcpy (types, operand_types, sizeof (types)); in process_i386_operand_type() 1385 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; in output_i386_opcode() local 1417 operand_types [i = 0] = NULL; in output_i386_opcode() 1423 for (i = 0; i < ARRAY_SIZE (operand_types); i++) in output_i386_opcode() 1427 operand_types [i] = NULL; in output_i386_opcode() 1431 operand_types [i] = next_field (str, ',', &str, last); in output_i386_opcode() 1484 extension_opcode, operand_types, lineno, in output_i386_opcode() 1492 for (i = 0; i < ARRAY_SIZE (operand_types); i++) in output_i386_opcode() [all …]
|
| D | tic30-dis.c | 154 if (current_optab->operand_types[0] & Imm24) in get_tic30_instruction() 369 if ((insn->tm->operand_types[1] & (Direct | Indirect)) in print_two_operand() 388 if ((insn->tm->operand_types[0] & NotReq) == 0) in print_two_operand() 621 if (insn->tm->operand_types[0] & Imm24) in print_branch() 628 else if (insn->tm->operand_types[0] & IVector) in print_branch()
|
| D | ChangeLog-2019 | 431 (operand_types): Remove JumpAbsolute entry. 441 (operand_types): Remove AnySize entry. 469 (operand_types): Remove EsSeg entry. 503 (operand_types): Drop InOutPortReg, ShiftCount, and Acc entries. 539 (operand_types): Drop RegMask and RegBND entry. 554 (operand_types): Drop RegMMX and RegSIMD entries. 570 (operand_types): Drop Control, Debug, and Test entries. 585 (operand_types): Drop SReg entry. 598 (operand_types): Drop Reg entry. 1084 * i386-gen.c (operand_types): Move RegMem ... [all …]
|
| D | i386-opc.h | 1034 i386_operand_type operand_types[MAX_OPERANDS]; member
|
| D | ChangeLog-2008 | 748 (operand_types): Add RegYMM, Ymmword and Vex_Imm4. 1011 (operand_types): Add Mem. 1039 (operand_types): Add Byte, Word, Dword, Fword, Qword, Tbyte,
|
| D | ChangeLog-2007 | 740 (operand_types): Likewise. 754 process operand_types. 758 Sort cpu_flags, opcode_modifiers and operand_types. Call 895 i386_operand_type for operand_types.
|
| D | ChangeLog-2017 | 70 (operand_types): Replace RegXMM, RegYMM, and RegZMM with just 87 (operand_types): Drop FloatAcc and FloatReg. 218 (operand_types): Remove Vec_Disp8 entry.
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | tic54x.h | 124 enum optype operand_types[MAX_OPERANDS]; member
|
| D | tic30.h | 236 unsigned int operand_types[3]; member 615 unsigned int operand_types[2][3]; member
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | tic54x.h | 124 enum optype operand_types[MAX_OPERANDS]; member
|
| D | tic30.h | 236 unsigned int operand_types[3]; member 615 unsigned int operand_types[2][3]; member
|