Home
last modified time | relevance | path

Searched refs:binops (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c1222 static const cp_parser_binary_operations_map_node binops[] = { variable
2611 for (i = 0; i < sizeof (binops) / sizeof (binops[0]); i++) in cp_parser_new()
2612 binops_by_token[binops[i].token_type] = binops[i]; in cp_parser_new()
H A DChangeLog-20041832 binops, binops_by_token): New.
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DREADME.txt11 * Implement smarter constant generation for binops with large immediates.
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td1371 // Conditional binops, that updates update $dst to (op rs1, rs2) when condition
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-3.x4825 binop_must_be_user_defined tests for user-defined binops,
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrSSE.td2626 /// basic_sse12_fp_binop_xxx - SSE 1 & 2 binops come in both scalar and
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog5064 favour of looping and tail recursion for TREE_LIST and binops.
H A DChangeLog.7767 * c-typeck.c (build_binary_op): Allow vectors in binops.