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

/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c2481 int and_code = recog_memoized (and_insn);
2483 if (and_code == CODE_FOR_extendqihi2
2488 if (and_code == CODE_FOR_movhi_internal
2471 int and_code = recog_memoized (and_insn); local
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu.c6278 enum insn_code and_code;
6283 and_code = optab_handler (and_optab, dest_mode);
6284 gcc_assert (and_code != CODE_FOR_nothing);
6285 emit_insn (GEN_FCN (and_code) (mask, a_rtx, b_rtx));
6267 enum insn_code and_code; local

Completed in 104 milliseconds