Searched refs:vec_const_128bit_to_bytes (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | rs6000-protos.h | 252 extern bool vec_const_128bit_to_bytes (rtx, machine_mode,
|
H A D | predicates.md | 606 if (TARGET_POWER10 && vec_const_128bit_to_bytes (op, mode, &vsx_const)) 653 if (!vec_const_128bit_to_bytes (op, mode, &vsx_const)) 678 return (vec_const_128bit_to_bytes (op, mode, &vsx_const) 729 if (TARGET_POWER10 && vec_const_128bit_to_bytes (op, mode, &vsx_const))
|
H A D | rs6000.cc | 6596 if (TARGET_POWER10 && vec_const_128bit_to_bytes (vec, mode, &vsx_const)) in output_vec_const_move() 28437 vec_const_128bit_to_bytes (rtx op, in vec_const_128bit_to_bytes() function
|
H A D | rs6000.md | 8477 if (!vec_const_128bit_to_bytes (src, <MODE>mode, &vsx_const))
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog | 2436 * config/rs6000/rs6000.cc (vec_const_128bit_to_bytes): Remove
|
H A D | ChangeLog-2021 | 791 (vec_const_128bit_to_bytes): New declaration. 795 (vec_const_128bit_to_bytes): New function.
|