Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.cc21915 rtx (*cmpFunc) (rtx, rtx, rtx); in mips_expand_vec_unpack() local
21928 cmpFunc = gen_msa_clt_s_w; in mips_expand_vec_unpack()
21937 cmpFunc = gen_msa_clt_s_h; in mips_expand_vec_unpack()
21946 cmpFunc = gen_msa_clt_s_b; in mips_expand_vec_unpack()
21959 emit_insn (cmpFunc (tmp, operands[1], CONST0_RTX (imode))); in mips_expand_vec_unpack()
21978 cmpFunc = gen_loongson_pcmpgtb; in mips_expand_vec_unpack()
21985 cmpFunc = gen_loongson_pcmpgth; in mips_expand_vec_unpack()
21997 emit_insn (cmpFunc (tmp, zero, operands[1])); in mips_expand_vec_unpack()