Searched refs:tag_equal_hi (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c4311 rtx tag_equal_hi = NULL_RTX;
4322 tag_equal_hi = gen_reg_rtx (V4SImode);
4367 emit_insn (gen_ceq_v4si (tag_equal_hi, splat_hi, cache_tag_hi));
4368 emit_insn (gen_andv4si3 (tag_equal, tag_equal, tag_equal_hi));
4301 rtx tag_equal_hi = NULL_RTX; local

Completed in 306 milliseconds