Searched refs:m68hc11_split_move (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/gcc/gcc/config/m68hc11/ |
H A D | m68hc11-protos.h | 75 extern void m68hc11_split_move (rtx, rtx, rtx);
|
H A D | m68hc11.c | 2641 m68hc11_split_move (rtx to, rtx from, rtx scratch) in m68hc11_split_move() function 2674 m68hc11_split_move (to, gen_rtx_MEM (GET_MODE (from), reg), scratch); in m68hc11_split_move() 2692 m68hc11_split_move (gen_rtx_MEM (GET_MODE (to), reg), from, scratch); in m68hc11_split_move() 2718 m68hc11_split_move (gen_rtx_MEM (GET_MODE (to), reg), from, scratch); in m68hc11_split_move() 2740 m68hc11_split_move (to, gen_rtx_MEM (GET_MODE (from), reg), scratch); in m68hc11_split_move() 2803 m68hc11_split_move (low_to, low_from, scratch); in m68hc11_split_move() 2804 m68hc11_split_move (high_to, high_from, scratch); in m68hc11_split_move()
|
H A D | m68hc11.md | 645 "m68hc11_split_move (operands[0], operands[1], operands[2]); 656 "m68hc11_split_move (operands[0], operands[1], operands[2]); 688 "m68hc11_split_move (operands[0], operands[1], operands[2]); 699 "m68hc11_split_move (operands[0], operands[1], operands[2]); 739 "m68hc11_split_move (operands[0], operands[1], operands[2]); 750 "m68hc11_split_move (operands[0], operands[1], operands[2]); 781 "m68hc11_split_move (operands[0], operands[1], operands[2]); 792 "m68hc11_split_move (operands[0], operands[1], operands[2]); 1257 m68hc11_split_move (low, operands[1], operands[2]); 4431 m68hc11_split_move (m68hc11_gen_highpart (SImode, operands[0]), [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/m68hc11/ |
H A D | m68hc11-protos.h | 79 extern void m68hc11_split_move PARAMS((rtx, rtx, rtx));
|
H A D | m68hc11.c | 2771 m68hc11_split_move (to, from, scratch) in m68hc11_split_move() function 2805 m68hc11_split_move (to, gen_rtx_MEM (GET_MODE (from), reg), scratch); 2823 m68hc11_split_move (gen_rtx_MEM (GET_MODE (to), reg), from, scratch); 2849 m68hc11_split_move (gen_rtx_MEM (GET_MODE (to), reg), from, scratch); 2871 m68hc11_split_move (to, gen_rtx_MEM (GET_MODE (from), reg), scratch); 2942 m68hc11_split_move (low_to, low_from, scratch); 2943 m68hc11_split_move (high_to, high_from, scratch);
|
H A D | m68hc11.md | 667 "m68hc11_split_move (operands[0], operands[1], operands[2]); 703 "m68hc11_split_move (operands[0], operands[1], operands[2]); 748 "m68hc11_split_move (operands[0], operands[1], operands[2]); 784 "m68hc11_split_move (operands[0], operands[1], operands[2]); 1249 m68hc11_split_move (low, operands[1], operands[2]); 4443 m68hc11_split_move (m68hc11_gen_lowpart (SImode, operands[0]), 4446 m68hc11_split_move (m68hc11_gen_highpart (SImode, operands[0]), 4451 m68hc11_split_move (m68hc11_gen_lowpart (SImode, operands[0]), 5258 "m68hc11_split_move (m68hc11_gen_lowpart (SImode, operands[0]), 5261 m68hc11_split_move (m68hc11_gen_highpart (SImode, operands[0]),
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | ChangeLog.7 | 158 (m68hc11_split_move): Be very cautious when spliting a move with 13035 (m68hc11_split_move): Call it to see if the source and destination 13240 * config/m68hc11/m68hc11.c (m68hc11_split_move): Handle setting from
|
H A D | ChangeLog.5 | 4596 * config/m68hc11/m68hc11.c (m68hc11_split_move): For 68HC12 the
|