Searched refs:shift_op (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/ |
D | movi.s | 48 .macro all_8bit_imm_movi_sft dst, from=0, to=255, shift_op, amount 49 movi \dst, \from, \shift_op \amount 51 all_8bit_imm_movi_sft \dst, "(\from+1)", \to, \shift_op, \amount
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-aarch64.c | 2574 const struct aarch64_name_value_pair *shift_op; in parse_shift() local 2590 shift_op = hash_find_n (aarch64_shift_hsh, *str, p - *str); in parse_shift() 2592 if (shift_op == NULL) in parse_shift() 2598 kind = aarch64_get_operand_modifier (shift_op); in parse_shift()
|