Searched refs:thumb_reg (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-arm.c | 2361 static int thumb_reg PARAMS ((char ** str, int hi_lo)); 9683 thumb_reg (strp, hi_lo) in thumb_reg() function 9729 if ((Rd = thumb_reg (&str, THUMB_REG_ANY)) == FAIL 9746 if ((Rs = thumb_reg (&str, THUMB_REG_ANY)) == FAIL) 9762 else if ((Rn = thumb_reg (&str, THUMB_REG_ANY)) == FAIL) 9899 if ((Rd = thumb_reg (&str, THUMB_REG_LO)) == FAIL 9917 if ((Rs = thumb_reg (&str, THUMB_REG_LO)) == FAIL) 9933 else if ((Rn = thumb_reg (&str, THUMB_REG_LO)) == FAIL) 10008 if ((Rd = thumb_reg (&str, THUMB_REG_ANY)) == FAIL 10022 else if ((Rs = thumb_reg (&str, THUMB_REG_ANY)) == FAIL) [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-9697 | 4130 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-9697 | 4130 (reg_list, do_bx, thumb_reg, thumb_add_sub, thumb_shift,
|