Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td45 let OutOperandList = (outs type0:$dst);
53 let OutOperandList = (outs type0:$dst);
67 let OutOperandList = (outs type0:$dst);
68 let InOperandList = (ins type0:$src, untyped_imm_0:$sz);
75 let OutOperandList = (outs type0:$dst);
84 let OutOperandList = (outs type0:$dst);
90 let OutOperandList = (outs type0:$dst);
96 let OutOperandList = (outs type0:$dst);
102 let OutOperandList = (outs type0:$dst);
108 let OutOperandList = (outs type0:$dst);
[all …]
H A DTarget.td1073 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td23 let OutOperandList = (outs type0:$dst);
31 let OutOperandList = (outs type0:$dst);
32 let InOperandList = (ins type0:$src);
39 let OutOperandList = (outs type0:$dst);
40 let InOperandList = (ins type0:$src);
47 let OutOperandList = (outs type0:$dst);
48 let InOperandList = (ins type0:$src);
55 let OutOperandList = (outs type0:$dst);
56 let InOperandList = (ins type0:$v1, type0:$v2);
63 let OutOperandList = (outs type0:$dst);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td22 let OutOperandList = (outs type0:$dst);
30 let OutOperandList = (outs type0:$dst);
38 let OutOperandList = (outs type0:$dst);
46 let OutOperandList = (outs type0:$dst);
56 let OutOperandList = (outs type0:$dst);
57 let InOperandList = (ins type0:$passthru, type1:$hi, type1:$lo, type2:$vl);
/freebsd/sys/sys/
H A Dsdt.h131 #define DTRACE_PROBE1(name, type0, arg0) argument
132 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
133 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
134 #define DTRACE_PROBE4(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3) argument
135 #define DTRACE_PROBE5(name, type0, arg0, type1, arg1, type2, arg2, type3, arg3,\ argument
377 #define DTRACE_PROBE1(name, type0, arg0) \ argument
379 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
382 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
384 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
388 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td3707 let OutOperandList = (outs type0:$dst);
3708 let InOperandList = (ins type0:$src);
3714 let OutOperandList = (outs type0:$dst);
3721 let OutOperandList = (outs type0:$dst);
3727 let OutOperandList = (outs type0:$dst);
3733 let OutOperandList = (outs type0:$dst);
3742 let OutOperandList = (outs type0:$dst);
3768 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
3777 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
3794 let OutOperandList = (outs type0:$dst);
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in89 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
108 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
H A Dopenssl-cmp.pod.in282 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
301 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
500 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
593 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
H A Dopenssl-x509.pod.in391 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
H A Dopenssl-req.pod.in261 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
H A Dopenssl-ca.pod.in299 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
/freebsd/sys/dev/mrsas/
H A Dmrsas.h3025 } type0; member
/freebsd/contrib/sqlite3/
H A Dsqlite3.c131107 int type0;
131111 type0 = sqlite3_value_numeric_type(argv[0]);
131112 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;
131129 int type0, type1;
131133 type0 = sqlite3_value_numeric_type(argv[0]);
131134 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;
131167 int type0;
131171 type0 = sqlite3_value_numeric_type(argv[0]);
131172 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;