Searched refs:reg_range (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | store.cc | 1625 bit_range reg_range (reg_offset.get_bit_offset (), in maybe_get_compound_binding() local 1629 if (!bound_range.intersects_p (reg_range)) in maybe_get_compound_binding() 1634 gcc_assert (!(reg_range == bound_range)); in maybe_get_compound_binding() 1637 if (reg_range.contains_p (bound_range, &subrange)) in maybe_get_compound_binding() 1654 else if (bound_range.contains_p (reg_range, &subrange)) in maybe_get_compound_binding() 1667 reg_range.intersects_p (bound_range, in maybe_get_compound_binding()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-mips.c | 3138 } reg_range; member 3289 token.u.reg_range.regno1 = regno1; in mips_parse_argument_token() 3290 token.u.reg_range.regno2 = regno2; in mips_parse_argument_token() 5189 && match_regno (arg, type, arg->token->u.reg_range.regno1, regno1) in match_reg_range() 5190 && match_regno (arg, type, arg->token->u.reg_range.regno2, regno2) in match_reg_range()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-mips.c | 3141 } reg_range; member 3292 token.u.reg_range.regno1 = regno1; in mips_parse_argument_token() 3293 token.u.reg_range.regno2 = regno2; in mips_parse_argument_token() 5192 && match_regno (arg, type, arg->token->u.reg_range.regno1, regno1) in match_reg_range() 5193 && match_regno (arg, type, arg->token->u.reg_range.regno2, regno2) in match_reg_range()
|