OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:loongarch_mode_ok_for_mov_fmt_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.cc
4933
loongarch_mode_ok_for_mov_fmt_p
(machine_mode mode)
function
4957
|| (!
loongarch_mode_ok_for_mov_fmt_p
(mode1)
4958
&& !
loongarch_mode_ok_for_mov_fmt_p
(mode2)));
4967
&&
loongarch_mode_ok_for_mov_fmt_p
(GET_MODE (x)))
5049
if (to == FP_REGS &&
loongarch_mode_ok_for_mov_fmt_p
(mode))
5116
if (FP_REG_P (regno) &&
loongarch_mode_ok_for_mov_fmt_p
(mode))
/src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc
6828
loongarch_mode_ok_for_mov_fmt_p
(machine_mode mode)
function
6853
|| (!
loongarch_mode_ok_for_mov_fmt_p
(mode1)
6854
&& !
loongarch_mode_ok_for_mov_fmt_p
(mode2)));
6863
&&
loongarch_mode_ok_for_mov_fmt_p
(GET_MODE (x)))
6951
if (to == FP_REGS &&
loongarch_mode_ok_for_mov_fmt_p
(mode))
7061
if (FP_REG_P (regno) &&
loongarch_mode_ok_for_mov_fmt_p
(mode))
Completed in 34 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026