Searched refs:aarch64_operands (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Daarch64-opc.h194 extern const aarch64_operand aarch64_operands[];
311 return aarch64_operands + code;
H A Daarch64-asm-2.c604 int key = self - aarch64_operands;
H A Daarch64-opc.c337 return aarch64_operands[type].op_class;
343 return aarch64_operands[type].name;
351 return aarch64_operands[type].desc;
579 && operand_maybe_stack_pointer (aarch64_operands + operand->type)
589 && !operand_maybe_stack_pointer (aarch64_operands + operand->type)
613 && operand_maybe_stack_pointer (aarch64_operands + operand->type))
618 && operand_maybe_stack_pointer (aarch64_operands + operand->type))
1464 switch (aarch64_operands[type].op_class)
1529 shift = get_operand_specific_data (&aarch64_operands[type]);
1837 num = 1 + get_operand_specific_data (&aarch64_operands[typ
[all...]
H A Daarch64-opc-2.c25 const struct aarch64_operand aarch64_operands[] = variable in typeref:struct:aarch64_operand
H A Daarch64-asm.c2066 opnd = &aarch64_operands[type];
H A Daarch64-dis-2.c[all...]
H A Daarch64-dis.c2960 opnd = &aarch64_operands[type];
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Daarch64-opc.h209 extern const aarch64_operand aarch64_operands[];
356 return aarch64_operands + code;
H A Daarch64-asm-2.c614 int key = self - aarch64_operands;
H A Daarch64-opc.c352 return aarch64_operands[type].op_class;
358 return aarch64_operands[type].name;
366 return aarch64_operands[type].desc;
600 && operand_maybe_stack_pointer (aarch64_operands + operand->type)
610 && !operand_maybe_stack_pointer (aarch64_operands + operand->type)
634 && operand_maybe_stack_pointer (aarch64_operands + operand->type))
639 && operand_maybe_stack_pointer (aarch64_operands + operand->type))
1475 switch (aarch64_operands[type].op_class)
1540 shift = get_operand_specific_data (&aarch64_operands[type]);
1856 num = 1 + get_operand_specific_data (&aarch64_operands[typ
[all...]
H A Daarch64-opc-2.c25 const struct aarch64_operand aarch64_operands[] = variable in typeref:struct:aarch64_operand
H A Daarch64-asm.c2290 opnd = &aarch64_operands[type];
H A Daarch64-dis-2.c[all...]
H A Daarch64-dis.c3185 opnd = &aarch64_operands[type];
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-opc.h208 extern const aarch64_operand aarch64_operands[];
355 return aarch64_operands + code;
H A Daarch64-asm-2.c613 int key = self - aarch64_operands;
H A Daarch64-opc.c351 return aarch64_operands[type].op_class;
357 return aarch64_operands[type].name;
365 return aarch64_operands[type].desc;
599 && operand_maybe_stack_pointer (aarch64_operands + operand->type)
609 && !operand_maybe_stack_pointer (aarch64_operands + operand->type)
633 && operand_maybe_stack_pointer (aarch64_operands + operand->type))
638 && operand_maybe_stack_pointer (aarch64_operands + operand->type))
1483 switch (aarch64_operands[type].op_class)
1548 shift = get_operand_specific_data (&aarch64_operands[type]);
1864 num = 1 + get_operand_specific_data (&aarch64_operands[typ
[all...]
H A Daarch64-opc-2.c25 const struct aarch64_operand aarch64_operands[] = variable in typeref:struct:aarch64_operand
H A Daarch64-asm.c2289 opnd = &aarch64_operands[type];
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Daarch64-opc.h258 extern const aarch64_operand aarch64_operands[];
421 return aarch64_operands + code;
H A Daarch64-opc.c421 return aarch64_operands[type].op_class;
427 return aarch64_operands[type].name;
435 return aarch64_operands[type].desc;
670 && operand_maybe_stack_pointer (aarch64_operands + operand->type)
680 && !operand_maybe_stack_pointer (aarch64_operands + operand->type)
704 && operand_maybe_stack_pointer (aarch64_operands + operand->type))
709 && operand_maybe_stack_pointer (aarch64_operands + operand->type))
1688 opnd_class = aarch64_operands[type].op_class;
1729 switch (aarch64_operands[type].op_class)
1809 shift = get_operand_specific_data (&aarch64_operands[typ
[all...]
H A Daarch64-asm-2.c623 int key = self - aarch64_operands;
H A Daarch64-dis.c1057 if (aarch64_operands[type].op_class == AARCH64_OPND_CLASS_ADDRESS)
1061 assert (aarch64_operands[type].op_class == AARCH64_OPND_CLASS_ADDRESS);
2654 aarch64_operands[inst->operands[i].type].op_class != AARCH64_OPND_CLASS_ADDRESS;
2657 if (aarch64_operands[inst->operands[i].type].op_class
2660 else if (aarch64_operands[inst->operands[i].type].op_class
3566 opnd = &aarch64_operands[type];
H A Daarch64-opc-2.c25 const struct aarch64_operand aarch64_operands[] = variable in typeref:struct:aarch64_operand
H A Daarch64-asm.c2588 opnd = &aarch64_operands[type];

Completed in 345 milliseconds

12