Searched refs:loc2 (Results 1 - 15 of 15) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Daltivec-3.c51 int loc1 = 600, loc2 = 800; local
52 int4 a3 = (int4) { loc1, loc2, 1000, 1200 };
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dcrtbegin.asm126 mov loc2 = gp
155 mov loc2 = gp
188 add r16 = r15, loc2
194 mov gp = loc2
213 alloc loc2 = ar.pfs, 0, 3, 1, 0
248 mov ar.pfs = loc2
H A Dcrtend.asm94 mov loc2 = gp
119 mov gp = loc2
/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DCXSourceLocation.h75 CXSourceLocation loc2);
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXSourceLocation.cpp46 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { argument
47 return (loc1.ptr_data[0] == loc2.ptr_data[0] &&
48 loc1.ptr_data[1] == loc2.ptr_data[1] &&
49 loc1.int_data == loc2.int_data);
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dcrtbegin.asm138 mov loc2 = gp
165 mov loc2 = gp
196 add r16 = r15, loc2 // r16 <- dtor_ptr (absolute)
240 mov loc2 = gp
245 mov gp = loc2
H A Dcrtend.asm89 alloc loc2 = ar.pfs, 0, 5, 0, 0
121 mov ar.pfs = loc2
/openbsd-current/gnu/gcc/gcc/
H A Dvar-tracking.c2387 rtx loc2 = var->var_part[j].loc_chain->loc; local
2394 == REGNO (loc2))
2400 new_loc = simplify_subreg (wider_mode, loc2, mode, 0);
2411 && GET_CODE (XEXP (loc2, 0)) == PLUS
2412 && GET_CODE (XEXP (XEXP (loc2, 0), 0)) == REG
2413 && GET_CODE (XEXP (XEXP (loc2, 0), 1)) == CONST_INT)
2417 XEXP (XEXP (loc2, 0), 0))
2418 && INTVAL (XEXP (XEXP (loc2, 0), 1))
2424 XEXP (XEXP (loc2, 0), 0))
2427 == INTVAL (XEXP (XEXP (loc2,
[all...]
H A Dggc-common.c923 cmp_statistic (const void *loc1, const void *loc2)
926 struct loc_descriptor *l2 = *(struct loc_descriptor **) loc2;
922 cmp_statistic(const void *loc1, const void *loc2) argument
H A Ddwarf2out.c742 cfa_equal_p (const dw_cfa_location *loc1, const dw_cfa_location *loc2)
744 return (loc1->reg == loc2->reg
745 && loc1->offset == loc2->offset
746 && loc1->indirect == loc2->indirect
748 || loc1->base_offset == loc2->base_offset));
6020 same_loc_p (dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark)
6022 return loc1->dw_loc_opc == loc2->dw_loc_opc local
6023 && same_dw_val_p (&loc1->dw_loc_oprnd1, &loc2->dw_loc_oprnd1, mark)
6024 && same_dw_val_p (&loc1->dw_loc_oprnd2, &loc2->dw_loc_oprnd2, mark);
6031 dw_loc_descr_ref loc1, loc2;
741 cfa_equal_p(const dw_cfa_location *loc1, const dw_cfa_location *loc2) argument
6011 same_loc_p(dw_loc_descr_ref loc1, dw_loc_descr_ref loc2, int *mark) argument
[all...]
H A Dreload.c3133 int loc1, loc2;
3152 loc2 = commutative + 1;
3154 loc2 = commutative;
3156 loc2 = m;
3161 recog_data.operand_loc[loc2],
3120 int loc1, loc2; local
H A Dc-parser.c3568 location_t loc2;
3573 loc2 = c_parser_peek_token (parser)->location;
3576 tlab = define_label (loc2, name);
3566 location_t loc2; local
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Dostream_inserter_arith.cc294 locale loc2("de_DE");
295 os2.imbue(loc2);
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dloop.c2873 rtx loc, loc2;
2886 && ((loc2 = next_nonnote_insn (loc)) == 0
2887 || GET_CODE (loc2) != CODE_LABEL
2888 || (loc2 = next_nonnote_insn (loc2)) == 0
2889 || GET_CODE (loc2) != JUMP_INSN
2890 || (GET_CODE (PATTERN (loc2)) != ADDR_VEC
2891 && GET_CODE (PATTERN (loc2)) != ADDR_DIFF_VEC))
2899 && ((loc2 = next_nonnote_insn (loc)) == 0
2900 || GET_CODE (loc2) !
2855 rtx loc, loc2; local
[all...]
H A Ddwarf2out.c5598 same_loc_p (loc1, loc2, mark)
5600 dw_loc_descr_ref loc2;
5603 return loc1->dw_loc_opc == loc2->dw_loc_opc
5604 && same_dw_val_p (&loc1->dw_loc_oprnd1, &loc2->dw_loc_oprnd1, mark)
5605 && same_dw_val_p (&loc1->dw_loc_oprnd2, &loc2->dw_loc_oprnd2, mark);
5615 dw_loc_descr_ref loc1, loc2;
5662 for (loc1 = v1->v.val_loc, loc2 = v2->v.val_loc;
5663 loc1 && loc2;
5664 loc1 = loc1->dw_loc_next, loc2 = loc2
5606 dw_loc_descr_ref loc1, loc2; local
[all...]

Completed in 468 milliseconds