Home
last modified time | relevance | path

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

/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y662 g_array_append_val(c->ternary, t);
666 Ternary *t = &g_array_index(c->ternary, Ternary,
667 c->ternary->len - 1);
873 context.ternary = g_array_new(FALSE, TRUE, sizeof(Ternary));
908 g_array_free(context.ternary, TRUE);
H A Didef-parser.h245 GArray *ternary; /**< Array to track nesting of ternary ops */ member
H A DREADME.rst271 ``tcg_gen_abs_<width>``, compared to the full ternary expression above. Loads of
389 like C-style ternary expressions:
662 This ternary assignment, when written in this form requires us to emit some
665 the ternary assignment, the code evaluating the two assignments will be already
H A Dparser-helpers.c76 return c->ternary->len > 0; in is_inside_ternary()
2033 assert(c->ternary->len > 0); in gen_rvalue_ternary()
2034 g_array_remove_index(c->ternary, c->ternary->len - 1); in gen_rvalue_ternary()
/openbmc/qemu/target/arm/tcg/
H A Dsve.decode430 # SVE2 bitwise ternary operations
/openbmc/linux/Documentation/process/
H A Dcoding-style.rst274 Use one space around (on each side of) most binary and ternary operators,