Searched refs:operand_types (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Di386-gen.c130 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
228 /* Find operand_types. */
229 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
233 operand_types [i] = NULL;
237 operand_types [i] = next_field (str, ',', &str);
238 if (*operand_types[i] == '0')
241 operand_types[i] = NULL;
254 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
256 if (operand_types[i] == NULL
257 || *operand_types[
[all...]
H A Dtic54x-dis.c80 tm->operand_types,
92 && (OPTYPE (tm->operand_types[0]) == OP_Smem
93 || OPTYPE (tm->operand_types[1]) == OP_Smem
94 || OPTYPE (tm->operand_types[2]) == OP_Smem
95 || OPTYPE (tm->operand_types[1]) == OP_Sind
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem));
476 ptm->name, ptm->operand_types, size, 0);
H A Dtic30-dis.c154 if (current_optab->operand_types[0] & Imm24)
357 if ((insn->tm->operand_types[1] & (Direct | Indirect))
376 if ((insn->tm->operand_types[0] & NotReq) == 0)
609 if (insn->tm->operand_types[0] & Imm24)
616 else if (insn->tm->operand_types[0] & IVector)
H A Di386-opc.h128 /* operand_types[i] describes the type of operand i. This is made
130 'operand_types[i] = Reg|Imm' specifies that operand i can be
132 unsigned int operand_types[MAX_OPERANDS]; member in struct:__anon3456
134 /* operand_types[i] bits */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Di386-gen.c130 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
228 /* Find operand_types. */
229 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
233 operand_types [i] = NULL;
237 operand_types [i] = next_field (str, ',', &str);
238 if (*operand_types[i] == '0')
241 operand_types[i] = NULL;
254 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
256 if (operand_types[i] == NULL
257 || *operand_types[
[all...]
H A Dtic54x-dis.c80 tm->operand_types,
92 && (OPTYPE (tm->operand_types[0]) == OP_Smem
93 || OPTYPE (tm->operand_types[1]) == OP_Smem
94 || OPTYPE (tm->operand_types[2]) == OP_Smem
95 || OPTYPE (tm->operand_types[1]) == OP_Sind
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem));
476 ptm->name, ptm->operand_types, size, 0);
H A Dtic30-dis.c154 if (current_optab->operand_types[0] & Imm24)
357 if ((insn->tm->operand_types[1] & (Direct | Indirect))
376 if ((insn->tm->operand_types[0] & NotReq) == 0)
609 if (insn->tm->operand_types[0] & Imm24)
616 else if (insn->tm->operand_types[0] & IVector)
H A Di386-opc.h128 /* operand_types[i] describes the type of operand i. This is made
130 'operand_types[i] = Reg|Imm' specifies that operand i can be
132 unsigned int operand_types[MAX_OPERANDS]; member in struct:__anon2551
134 /* operand_types[i] bits */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Di386-gen.c130 char *cpu_flags, *opcode_modifier, *operand_types [MAX_OPERANDS]; local
228 /* Find operand_types. */
229 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
233 operand_types [i] = NULL;
237 operand_types [i] = next_field (str, ',', &str);
238 if (*operand_types[i] == '0')
241 operand_types[i] = NULL;
254 for (i = 0; i < ARRAY_SIZE (operand_types); i++)
256 if (operand_types[i] == NULL
257 || *operand_types[
[all...]
H A Dtic54x-dis.c80 tm->operand_types,
92 && (OPTYPE (tm->operand_types[0]) == OP_Smem
93 || OPTYPE (tm->operand_types[1]) == OP_Smem
94 || OPTYPE (tm->operand_types[2]) == OP_Smem
95 || OPTYPE (tm->operand_types[1]) == OP_Sind
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem));
476 ptm->name, ptm->operand_types, size, 0);
H A Dtic30-dis.c154 if (current_optab->operand_types[0] & Imm24)
357 if ((insn->tm->operand_types[1] & (Direct | Indirect))
376 if ((insn->tm->operand_types[0] & NotReq) == 0)
609 if (insn->tm->operand_types[0] & Imm24)
616 else if (insn->tm->operand_types[0] & IVector)
H A Di386-opc.h128 /* operand_types[i] describes the type of operand i. This is made
130 'operand_types[i] = Reg|Imm' specifies that operand i can be
132 unsigned int operand_types[MAX_OPERANDS]; member in struct:__anon37481
134 /* operand_types[i] bits */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/include/opcode/
H A Dtic54x.h124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
H A Dtic30.h232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon2486
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/include/opcode/
H A Dtic54x.h124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
H A Dtic30.h232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon3391
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/include/opcode/
H A Dtic54x.h124 enum optype operand_types[MAX_OPERANDS]; member in struct:_template
H A Dtic30.h232 /* operand_types[i] describes the type of operand i. This is made
234 'operand_types[i] = Reg|Imm' specifies that operand i can be
236 unsigned int operand_types[3]; member in struct:_template
615 unsigned int operand_types[2][3]; member in struct:__anon37416

Completed in 109 milliseconds