Searched refs:get_operand_fields_width (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/binutils/opcodes/
H A Daarch64-opc.h244 get_operand_fields_width (const aarch64_operand *operand)
243 get_operand_fields_width (const aarch64_operand *operand) function
H A Daarch64-opc.c1485 size = get_operand_fields_width (get_operand_from_code (type));
1532 && get_operand_fields_width (get_operand_from_code (type)) == 3)
1745 size = get_operand_fields_width (get_operand_from_code (type));
2072 size = get_operand_fields_width (get_operand_from_code (type));
2087 size = get_operand_fields_width (get_operand_from_code (type));
H A Daarch64-dis.c612 imm = sign_extend (imm, get_operand_fields_width (self) - 1);

Completed in 107 milliseconds