Searched refs:s7_reglow_required_here (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-score7.c | 2114 s7_reglow_required_here (char **str, int shift) in s7_reglow_required_here() function 2150 if (s7_reglow_required_here (&str, 8) == (int) s7_FAIL in s7_do16_rdrs() 2152 || s7_reglow_required_here (&str, 4) == (int) s7_FAIL in s7_do16_rdrs() 2190 if ((rd = s7_reglow_required_here (&str, 4)) == (int) s7_FAIL in s7_do16_rs() 2209 if (s7_reglow_required_here (&str, 4) == (int) s7_FAIL || s7_end_of_line (str) == (int) s7_FAIL) in s7_do16_xrs() 2254 && s7_reglow_required_here (&str, 4) != (int) s7_FAIL in s7_do16_hrdrs() 2270 if (s7_reglow_required_here (&str, 8) != (int) s7_FAIL in s7_do16_rdhrs() 2909 if (s7_reglow_required_here (&str, 8) == (int) s7_FAIL in s7_do16_rdi4() 2952 if (s7_reglow_required_here (&str, 8) == (int) s7_FAIL in s7_do16_rdi5() 3742 …if ((s7_reglow_required_here (&str, 8) == (int) s7_FAIL) || (s7_skip_past_comma (&str) == (int) s7… in s7_do16_ldst_insn() [all …]
|