| /freebsd/crypto/krb5/src/util/ |
| H A D | cstyle-file.py | 190 binop = r'(\+|-|\*|/|%|\^|==|=|!=|<=|<|>=|>|&&|&|\|\||\|)' 191 if re.match(r'\s*' + binop + r'\s', line): 193 for m in re.finditer(r'(\s|\w)' + binop + r'(\s|\w)', line):
|
| /freebsd/bin/sh/ |
| H A D | show.c | 77 goto binop; in shtree() 80 goto binop; in shtree() 83 binop: in shtree()
|
| H A D | arith_yacc.c | 235 static arith_t binop(int token, union yystype *val, int op, int noeval) in binop() function 248 arith_t a = binop(token, val, op, noeval); in and()
|
| /freebsd/bin/test/ |
| H A D | test.c | 172 static int binop(enum token); 314 return binop(nn); in primary() 320 binop(enum token n) in binop() function
|
| /freebsd/sys/contrib/x86emu/ |
| H A D | x86emu.c | 1109 uint8_t (*binop)(struct x86emu *, uint8_t, uint8_t)) in common_binop_byte_rm_r() 1120 destval = (*binop)(emu, destval, srcval); in common_binop_byte_rm_r() 1124 *destreg = (*binop)(emu, *destreg, srcval); in common_binop_byte_rm_r() 1130 void (*binop)(struct x86emu *, uint8_t, uint8_t)) in common_binop_ns_byte_rm_r() 1143 (*binop)(emu, destval, srcval); in common_binop_ns_byte_rm_r() 1148 uint16_t (*binop)(struct x86emu *, uint16_t, uint16_t)) in common_binop_word_rm_r() 1158 destval = (*binop)(emu, destval, srcval); in common_binop_word_rm_r() 1162 *destreg = (*binop)(emu, *destreg, srcval); in common_binop_word_rm_r() 1168 uint8_t (*binop)(struct x86emu *, uint8_t, uint8_t)) in common_binop_byte_r_rm() 1181 *destreg = (*binop)(emu, *destreg, srcval); in common_binop_byte_r_rm() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfoXRivos.td | 70 // These are modeled after the int binop VL nodes
|
| H A D | RISCVInstrInfoSFB.td | 49 // TODO: Can we use DefaultOperands on the regular binop to accomplish this more
|
| H A D | RISCVInstrInfoZb.td | 196 class binop_with_non_imm12<SDPatternOperator binop> 197 : PatFrag<(ops node:$x, node:$y), (binop node:$x, node:$y), [{
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 617 // binop (select cond, K0, K1), K2 -> 618 // select cond, (binop K0, K2), (binop K1, K2) 1893 // narrow binop. 1894 // trunc (binop X, C) --> binop (trunc X, trunc C) 1898 (binopOpcode $binop, $x, $const):$Binop, 1899 (G_TRUNC $root, $binop):$Trunc,
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/ |
| H A D | CIROps.td | 1358 def BinOp : CIR_Op<"binop", [Pure, 1363 cir.binop performs the binary operation according to 1380 %5 = cir.binop(add, %1, %2) : !s32i 1381 %6 = cir.binop(mul, %1, %2) : !u8i 1382 %7 = cir.binop(add, %1, %2) nsw : !s32i 1383 %8 = cir.binop(add, %3, %4) nuw : !u32i 1384 %9 = cir.binop(add, %1, %2) sat : !s32i
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 11820 …tement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr b… 11823 …tement of form '++x;', '--x;', 'x++;', 'x--;', 'x binop= expr;', 'x = x binop expr' or 'x = expr b… 11830 …', 'v = --x;', 'v = x++;', 'v = x--;', 'v = x binop= expr;', 'v = x = x binop expr' or 'v = x = ex… 11833 …atomic capture' must be a compound statement of form '{v = x; x binop= expr;}', '{x binop= expr; v… 11834 …" '{v = x; x = x binop expr;}', '{v = x; x = expr binop x;}', '{x = x binop expr; v = x;}', '{x = …
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | FLATInstructions.td | 1248 // atomic store follows atomic binop convention so the address comes
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrInfo.td | 1567 /// binop that produces a value.
|