| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXIntrinsics.td | 2688 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 D | cryptosoft.c | 100 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 D | main.c | 89 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 D | arm_mve.td | 1154 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 D | AArch64InstrFormats.td | 6469 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,
|