Home
last modified time | relevance | path

Searched refs:parse_shifter_operand (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-aarch64.c2758 parse_shifter_operand (char **str, aarch64_opnd_info *operand, in parse_shifter_operand() function
2863 return parse_shifter_operand (str, operand, mode); in parse_shifter_operand_reloc()
4655 po_misc_or_fail (parse_shifter_operand in parse_operands()
4915 po_misc_or_fail (parse_shifter_operand (&str, info, in parse_operands()
4935 po_misc_or_fail (parse_shifter_operand (&str, info, in parse_operands()
Dtc-arm.c5163 parse_shifter_operand (char **str, int i) in parse_shifter_operand() function
5377 return parse_shifter_operand (str, i) == SUCCESS in parse_shifter_operand_group_reloc()
7090 po_misc_or_fail (parse_shifter_operand (&str, i)); in parse_operands()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-2011362 * config/tc-arm.c (parse_shifter_operand): Fix handling of explicit
DChangeLog-20061823 (parse_shifter_operand): Likewise.