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

/haiku-buildtools/gcc/gcc/jit/docs/examples/
H A Dtut02-square.cc47 ctxt.new_binary_op (GCC_JIT_BINARY_OP_MULT, int_type,
/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit++.h204 rvalue new_binary_op (enum gcc_jit_binary_op op,
876 context::new_binary_op (enum gcc_jit_binary_op op, function in class:gccjit::context
893 return new_binary_op (GCC_JIT_BINARY_OP_PLUS,
901 return new_binary_op (GCC_JIT_BINARY_OP_MINUS,
909 return new_binary_op (GCC_JIT_BINARY_OP_MULT,
917 return new_binary_op (GCC_JIT_BINARY_OP_DIVIDE,
925 return new_binary_op (GCC_JIT_BINARY_OP_MODULO,
933 return new_binary_op (GCC_JIT_BINARY_OP_BITWISE_AND,
941 return new_binary_op (GCC_JIT_BINARY_OP_BITWISE_XOR,
949 return new_binary_op (GCC_JIT_BINARY_OP_BITWISE_O
[all...]
H A Djit-playback.h120 new_binary_op (location *loc,
H A Djit-recording.h156 new_binary_op (location *loc,
H A Djit-recording.c993 recording::context::new_binary_op (recording::location *loc, function in class:recording::context
4428 set_playback_obj (r->new_binary_op (playback_location (r, m_loc),
5398 r->new_binary_op (playback_location (r),
H A Djit-playback.c774 new_binary_op (location *loc, function in class:playback::context
H A Dlibgccjit.c1298 gcc::jit::recording::context::new_binary_op method in
1329 return (gcc_jit_rvalue *)ctxt->new_binary_op (loc, op, result_type, a, b);
/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc682 ctxt.new_binary_op (
693 ctxt.new_binary_op (
704 ctxt.new_binary_op (

Completed in 130 milliseconds