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

/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit++.h243 rvalue new_comparison (enum gcc_jit_comparison op,
970 context::new_comparison (enum gcc_jit_comparison op, function in class:gccjit::context
984 return new_comparison (GCC_JIT_COMPARISON_EQ,
991 return new_comparison (GCC_JIT_COMPARISON_NE,
998 return new_comparison (GCC_JIT_COMPARISON_LT,
1005 return new_comparison (GCC_JIT_COMPARISON_LE,
1012 return new_comparison (GCC_JIT_COMPARISON_GT,
1019 return new_comparison (GCC_JIT_COMPARISON_GE,
H A Djit-playback.h126 new_comparison (location *loc,
H A Djit-recording.h162 new_comparison (location *loc,
H A Djit-playback.c868 new_comparison (location *loc, function in class:playback::context
H A Djit-recording.c1012 recording::context::new_comparison (recording::location *loc, function in class:recording::context
4600 set_playback_obj (r->new_comparison (playback_location (r, m_loc),
H A Dlibgccjit.c1335 gcc::jit::recording::context::new_comparison method in
1365 return (gcc_jit_rvalue *)ctxt->new_comparison (loc, op, a, b);
/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc718 ctxt.new_comparison (
/haiku-buildtools/gcc/gcc/config/sparc/
H A Dsparc.c7965 enum rtx_code new_comparison;
8065 new_comparison = (comparison == UNORDERED ? EQ : NE);
8066 return gen_rtx_fmt_ee (new_comparison, VOIDmode, result, GEN_INT(3));
8069 new_comparison = (comparison == UNGT ? GT : NE);
8070 return gen_rtx_fmt_ee (new_comparison, VOIDmode, result, const1_rtx);
8092 new_comparison = (comparison == UNEQ ? EQ : NE);
8093 return gen_rtx_fmt_ee (new_comparison, VOIDmode, tem2, const0_rtx);
7951 enum rtx_code new_comparison; local

Completed in 247 milliseconds