Home
last modified time | relevance | path

Searched refs:outtype (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXIntrinsics.td2688 class TEX_1D_base<string inst, NVPTXRegClass outtype,
2690 : NVPTXInst<(outs outtype:$r, outtype:$g,
2691 outtype:$b, outtype:$a),
2696 multiclass TEX_1D<string inst, NVPTXRegClass outtype, NVPTXRegClass intype> {
2697 def _RR : TEX_1D_base<inst, outtype, intype,
2699 def _RI : TEX_1D_base<inst, outtype, intype,
2701 def _IR : TEX_1D_base<inst, outtype, intype,
2703 def _II : TEX_1D_base<inst, outtype, intype,
2714 class TEX_1D_LEVEL_base<string inst, NVPTXRegClass outtype,
2716 : NVPTXInst<(outs outtype:$r, outtype:$g,
[all …]
/openbsd-src/sys/crypto/
H A Dcryptosoft.c100 int outtype) in swcr_encdec() argument
117 if (outtype == CRYPTO_BUF_MBUF) in swcr_encdec()
132 COPYBACK(outtype, buf, crd->crd_inject, ivlen, iv); in swcr_encdec()
140 COPYDATA(outtype, buf, crd->crd_inject, ivlen, iv); in swcr_encdec()
153 if (outtype == CRYPTO_BUF_MBUF) { in swcr_encdec()
420 struct swcr_data *sw, caddr_t buf, int outtype) in swcr_authcompute() argument
434 if (outtype == CRYPTO_BUF_MBUF) in swcr_authcompute()
468 if (outtype == CRYPTO_BUF_MBUF) in swcr_authcompute()
469 COPYBACK(outtype, buf, crd->crd_inject, axf->authsize, aalg); in swcr_authcompute()
494 int aadlen, blksz, i, ivlen, outtype, len, iskip, oskip; in swcr_authenc() local
[all …]
/openbsd-src/usr.bin/mandoc/
H A Dmain.c89 enum outt outtype; /* which output to use */ member
193 outst.outtype = OUTT_LOCALE; in main()
272 outst.outtype = OUTT_ASCII; in main()
274 outst.outtype = OUTT_LINT; in main()
278 outst.outtype = OUTT_TREE; in main()
280 outst.outtype = OUTT_MAN; in main()
282 outst.outtype = OUTT_HTML; in main()
284 outst.outtype = OUTT_MARKDOWN; in main()
286 outst.outtype = OUTT_UTF8; in main()
288 outst.outtype = OUTT_LOCALE; in main()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_mve.td1154 multiclass DyadicImmShift<Type outtype, Immediate imm, string intname = NAME,
1156 defvar intparams = !if(!eq(outtype, Vector), [Vector], [outtype, Vector]);
1159 outtype, (args outtype:$a, Vector:$b, imm:$sh),
1163 outtype, (args outtype:$a, Vector:$b, imm:$sh, Predicate:$pred),
1168 multiclass VSHRN<Type outtype, Immediate imm, dag extraargs> {
1169 defm b: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 0))>;
1170 defm t: DyadicImmShift<outtype, imm, "vshrn", !con(extraargs, (? 1))>;
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td6469 RegisterOperand outtype, RegisterOperand intype,
6472 : I<(outs outtype:$Rd), (ins intype:$Rn), asm,
6491 RegisterOperand outtype, RegisterOperand intype,
6494 : I<(outs outtype:$dst), (ins outtype:$Rd, intype:$Rn), asm,
6552 RegisterOperand outtype, RegisterOperand intype1,
6556 : I<(outs outtype:$Rd), (ins intype1:$Rn, intype2:$Rm), asm,
6578 RegisterOperand outtype, RegisterOperand intype1,
6582 : I<(outs outtype:$dst), (ins outtype:$Rd, intype1:$Rn, intype2:$Rm), asm,