Home
last modified time | relevance | path

Searched refs:aarch64_operands (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Daarch64-opc.h257 extern const aarch64_operand aarch64_operands[];
420 return aarch64_operands + code; in get_operand_from_code()
Daarch64-opc.c420 return aarch64_operands[type].op_class; in aarch64_get_operand_class()
426 return aarch64_operands[type].name; in aarch64_get_operand_name()
434 return aarch64_operands[type].desc; in aarch64_get_operand_desc()
668 && operand_maybe_stack_pointer (aarch64_operands + operand->type) in aarch64_stack_pointer_p()
678 && !operand_maybe_stack_pointer (aarch64_operands + operand->type) in aarch64_zero_register_p()
702 && operand_maybe_stack_pointer (aarch64_operands + operand->type)) in operand_also_qualified_p()
707 && operand_maybe_stack_pointer (aarch64_operands + operand->type)) in operand_also_qualified_p()
1686 opnd_class = aarch64_operands[type].op_class; in calc_ldst_datasize()
1727 switch (aarch64_operands[type].op_class) in operand_general_constraint_met_p()
1807 shift = get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
[all …]
Daarch64-asm-2.c623 int key = self - aarch64_operands; in aarch64_insert_operand()
Daarch64-dis.c1055 if (aarch64_operands[type].op_class == AARCH64_OPND_CLASS_ADDRESS) in aarch64_ext_rcpc3_addr_opt_offset()
1059 assert (aarch64_operands[type].op_class == AARCH64_OPND_CLASS_ADDRESS); in aarch64_ext_rcpc3_addr_opt_offset()
2651 aarch64_operands[inst->operands[i].type].op_class != AARCH64_OPND_CLASS_ADDRESS; in do_special_decoding()
2654 if (aarch64_operands[inst->operands[i].type].op_class in do_special_decoding()
2657 else if (aarch64_operands[inst->operands[i].type].op_class in do_special_decoding()
3563 opnd = &aarch64_operands[type]; in aarch64_opcode_decode()
Daarch64-opc-2.c25 const struct aarch64_operand aarch64_operands[] = variable
Daarch64-dis-2.c32842 int key = self - aarch64_operands; in aarch64_extract_operand()
Daarch64-asm.c2588 opnd = &aarch64_operands[type]; in aarch64_opcode_encode()
DChangeLog-2019648 * aarch64-opc-2.c (aarch64_operands): Support the new S4x32 operand.
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Daarch64-opc.h257 extern const aarch64_operand aarch64_operands[];
420 return aarch64_operands + code; in get_operand_from_code()
Daarch64-opc.c420 return aarch64_operands[type].op_class; in aarch64_get_operand_class()
426 return aarch64_operands[type].name; in aarch64_get_operand_name()
434 return aarch64_operands[type].desc; in aarch64_get_operand_desc()
668 && operand_maybe_stack_pointer (aarch64_operands + operand->type) in aarch64_stack_pointer_p()
678 && !operand_maybe_stack_pointer (aarch64_operands + operand->type) in aarch64_zero_register_p()
702 && operand_maybe_stack_pointer (aarch64_operands + operand->type)) in operand_also_qualified_p()
707 && operand_maybe_stack_pointer (aarch64_operands + operand->type)) in operand_also_qualified_p()
1686 opnd_class = aarch64_operands[type].op_class; in calc_ldst_datasize()
1727 switch (aarch64_operands[type].op_class) in operand_general_constraint_met_p()
1807 shift = get_operand_specific_data (&aarch64_operands[type]); in operand_general_constraint_met_p()
[all …]
Daarch64-asm-2.c623 int key = self - aarch64_operands; in aarch64_insert_operand()
Daarch64-dis.c1080 if (aarch64_operands[type].op_class == AARCH64_OPND_CLASS_ADDRESS) in aarch64_ext_rcpc3_addr_opt_offset()
1084 assert (aarch64_operands[type].op_class == AARCH64_OPND_CLASS_ADDRESS); in aarch64_ext_rcpc3_addr_opt_offset()
2711 aarch64_operands[inst->operands[i].type].op_class != AARCH64_OPND_CLASS_ADDRESS; in do_special_decoding()
2714 if (aarch64_operands[inst->operands[i].type].op_class in do_special_decoding()
2721 else if (aarch64_operands[inst->operands[i].type].op_class in do_special_decoding()
3642 opnd = &aarch64_operands[type]; in aarch64_opcode_decode()
Daarch64-opc-2.c25 const struct aarch64_operand aarch64_operands[] = variable
Daarch64-asm.c2603 opnd = &aarch64_operands[type]; in aarch64_opcode_encode()
Daarch64-dis-2.c33522 int key = self - aarch64_operands; in aarch64_extract_operand()
DChangeLog-2019648 * aarch64-opc-2.c (aarch64_operands): Support the new S4x32 operand.