Searched refs:from1 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | bitmap.c | 537 bitmap_operation (to, from1, from2, operation) in bitmap_operation() argument 539 bitmap from1; 545 bitmap_element *from1_ptr = from1->first; 718 bitmap_ior_and_compl (to, from1, from2) in bitmap_ior_and_compl() argument 720 bitmap from1; 728 bitmap_operation (&tmp, from1, from2, BITMAP_AND_COMPL);
|
| D | expr.c | 1676 rtx to1 = NULL_RTX, from1; variable 1693 from1 = adjust_automodify_address (data->from, mode, data->from_addr, 1696 from1 = adjust_address (data->from, mode, data->offset); 1708 emit_insn ((*genfun) (to1, from1)); 1712 emit_single_push_insn (mode, from1, NULL);
|
| D | FSFChangeLog.10 | 8587 (move_by_pieces_1): Set MEM_IN_STRUCT_P of to1 and from1.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | bitmap.c | 1430 bitmap_ior_and_compl (bitmap dst, bitmap a, bitmap from1, bitmap from2) in bitmap_ior_and_compl() argument 1436 bitmap_and_compl (&tmp, from1, from2); in bitmap_ior_and_compl() 1446 bitmap_ior_and_compl_into (bitmap a, bitmap from1, bitmap from2) in bitmap_ior_and_compl_into() argument 1452 bitmap_and_compl (&tmp, from1, from2); in bitmap_ior_and_compl_into()
|
| D | expr.c | 1087 rtx to1 = NULL_RTX, from1; in move_by_pieces_1() local 1104 from1 = adjust_automodify_address (data->from, mode, data->from_addr, in move_by_pieces_1() 1107 from1 = adjust_address (data->from, mode, data->offset); in move_by_pieces_1() 1117 emit_insn ((*genfun) (to1, from1)); in move_by_pieces_1() 1121 emit_single_push_insn (mode, from1, NULL); in move_by_pieces_1()
|