Home
last modified time | relevance | path

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

12

/freebsd/cddl/usr.sbin/dtrace/tests/common/operators/
H A DMakefile8 tst.ternary.d \
9 tst.ternary.d.out \
/freebsd/bin/sh/tests/expansion/
H A Darith2.074 # missing: ternary
/freebsd/contrib/bmake/unit-tests/
H A Darchive.mk11 FILES= archive.mk archive-suffix.mk modmisc.mk ternary.mk varmisc.mk
H A DMakefile345 TESTS+= ternary
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/
H A DPasses.td44 Example transformations include ternary expression folding and code hoisting
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/IR/
H A DCIROps.td618 `cir.ternary` operation yields a value from one of its regions.
648 %y = cir.ternary {
1495 def TernaryOp : CIR_Op<"ternary",
1498 let summary = "The `cond ? a : b` C/C++ ternary operation";
1500 The `cir.ternary` operation represents C/C++ ternary, much like a `select`
1506 `cir.ternary` also represents the GNU binary conditional operator ?: which
1515 %x = cir.ternary (%cond, true_region {
2416 def VecTernaryOp : CIR_Op<"vec.ternary",
2418 let summary = "The `cond ? a : b` ternary operator for vector types";
2420 The `cir.vec.ternary` operation represents the C/C++ ternary operator,
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrAtomics.td437 // Atomic ternary read-modify-writes
491 // Truncating & zero-extending ternary RMW patterns.
510 // Truncating & sign-extending ternary RMW patterns.
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsRISCV.td857 // For Reduction ternary operations.
867 // For Reduction ternary operations with mask.
878 // For Reduction ternary operations.
888 // For Reduction ternary operations with mask.
H A DIntrinsicsAArch64.td2753 // SVE2 bitwise ternary operations.
H A DIntrinsicsX86.td4863 // Bitwise ternary logic
/freebsd/contrib/bmake/
H A DFILES643 unit-tests/ternary.exp
644 unit-tests/ternary.mk
H A DChangeLog4761 * unit-test/Makefile.in: ternary is .PHONY
4767 o fix for ternary modifier
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSMEInstrFormats.td1725 // SME2 single-multi ternary int/fp, two/four registers
1794 // SME2 multiple vectors ternary INT/FP two and four registers
2806 // SME2 multi-vec ternary indexed two registers 32-bit
2825 // SME2.1 multi-vec ternary indexed two registers 16-bit
2875 // SME2 multi-vec ternary indexed two registers 64-bit
2948 // SME2 multi-vec ternary indexed four registers 32-bit
2968 // SME2.1 multi-vec ternary indexed four registers 16-bit (FP8)
2985 // SME2.1 multi-vec ternary indexed four registers 16-bit
3007 // SME2 multi-vec ternary indexed four registers 64-bit
H A DAArch64SVEInstrInfo.td4026 // SVE2 bitwise ternary operations
H A DSVEInstrFormats.td5380 // Allow selecting SVE2 ternary ops with Neon types.
/freebsd/usr.bin/bmake/unit-tests/
H A DMakefile348 TESTS+= ternary
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c13776 struct JimExprNode *ternary; member
14419 return JimExprEvalTermNode(interp, node->ternary); in JimExprOpTernary()
14821 if (node->ternary) { in JimShowExprNode()
14822 JimShowExprNode(node->ternary, level + 1); in JimShowExprNode()
14981 node->ternary = Jim_StackPop(&builder->stack); in ExprTreeBuildTree()
14982 if (node->ternary == NULL) { in ExprTreeBuildTree()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoVVLPatterns.td586 // Widening ternary operations with a mask as the fourth operand and VL as the
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td1394 // SVE2 - Bitwise ternary logical instructions
H A DDiagnosticSemaKinds.td11391 "block type cannot be used as expression in ternary expression in OpenCL">;
/freebsd/crypto/openssh/
H A DChangeLog5224 upstream: Remove dead code ternary. We always report at least
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSSE.td6447 /// SS41I_ternary - SSE 4.1 ternary operator
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td9258 def _SLASH_Zc_ternary : CLIgnoredFlag<"Zc:ternary">;
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt273 No support for the C-style ternary operator
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in4202 … solvable by means of elementary arithmetic operations on the column vectors of a ternary matrix.",

12