Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dloongarch-parse.y202 struct reloc_info *last_1st = top - 1, *last_2nd = top - 2; in emit_bin() local
203 if (is_const (last_1st) && is_const (last_2nd)) in emit_bin()
206 offsetT opr2 = last_1st->value.X_add_number; in emit_bin()
268 last_1st->type = 0; in emit_bin()
303 struct reloc_info *last_1st = top - 1; in emit_if_else() local
306 if (is_const (last_1st) && is_const (last_2nd) && is_const (last_3rd)) in emit_if_else()
310 offsetT opr3 = last_1st->value.X_add_number; in emit_if_else()
314 last_1st->type = 0; in emit_if_else()
Dloongarch-parse.c254 struct reloc_info *last_1st = top - 1, *last_2nd = top - 2; in emit_bin() local
255 if (is_const (last_1st) && is_const (last_2nd)) in emit_bin()
258 offsetT opr2 = last_1st->value.X_add_number; in emit_bin()
320 last_1st->type = 0; in emit_bin()
355 struct reloc_info *last_1st = top - 1; in emit_if_else() local
358 if (is_const (last_1st) && is_const (last_2nd) && is_const (last_3rd)) in emit_if_else()
362 offsetT opr3 = last_1st->value.X_add_number; in emit_if_else()
366 last_1st->type = 0; in emit_if_else()