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