Home
last modified time | relevance | path

Searched refs:loongarch_use_ins_ext_p (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch-protos.h132 extern bool loongarch_use_ins_ext_p (rtx, HOST_WIDE_INT, HOST_WIDE_INT);
H A Dloongarch.md1517 if (!loongarch_use_ins_ext_p (operands[1], INTVAL (operands[2]),
1527 "loongarch_use_ins_ext_p (operands[1], INTVAL (operands[2]),
1543 if (!loongarch_use_ins_ext_p (operands[0], INTVAL (operands[1]),
1553 "loongarch_use_ins_ext_p (operands[0], INTVAL (operands[1]),
H A Dloongarch.cc4199 loongarch_use_ins_ext_p (rtx op, HOST_WIDE_INT width, HOST_WIDE_INT bitpos) in loongarch_use_ins_ext_p() function