Home
last modified time | relevance | path

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 Drs6000-protos.h252 extern bool vec_const_128bit_to_bytes (rtx, machine_mode,
H A Dpredicates.md606 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 Drs6000.cc6596 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 Drs6000.md8477 if (!vec_const_128bit_to_bytes (src, <MODE>mode, &vsx_const))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog2436 * config/rs6000/rs6000.cc (vec_const_128bit_to_bytes): Remove
H A DChangeLog-2021791 (vec_const_128bit_to_bytes): New declaration.
795 (vec_const_128bit_to_bytes): New function.