Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c9096 arithmetic_instr (rtx op, int shift_first_arg) in arithmetic_instr() argument
9104 return shift_first_arg ? "rsb" : "sub"; in arithmetic_instr()