Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td269 let InOperandList = (ins type0:$src1, type0:$src2);
277 let InOperandList = (ins type0:$src1, type0:$src2);
285 let InOperandList = (ins type0:$src1, type0:$src2);
293 let InOperandList = (ins type0:$src1, type0:$src2);
301 let InOperandList = (ins type0:$src1, type0:$src2);
309 let InOperandList = (ins type0:$src1, type0:$src2);
317 let InOperandList = (ins type0:$src1, type0:$src2);
324 let OutOperandList = (outs type0:$div, type0:$rem);
325 let InOperandList = (ins type0:$src1, type0:$src2);
865 let InOperandList = (ins type0:$src1, type0:$src2, type0:$src3);
[all …]
H A DTarget.td1045 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td56 let InOperandList = (ins type0:$v1, type0:$v2);
64 let InOperandList = (ins type0:$v1, type0:$v2);
72 let InOperandList = (ins type0:$v1, type0:$v2);
80 let InOperandList = (ins type0:$v1, type0:$v2);
118 let InOperandList = (ins type0:$v1, type0:$v2);
126 let InOperandList = (ins type0:$v1, type0:$v2);
220 let InOperandList = (ins type0:$src1, type0:$src2);
226 let InOperandList = (ins type0:$src1, type0:$src2);
256 let InOperandList = (ins type0:$src1, type0:$src2, type0:$src3);
262 let InOperandList = (ins type0:$src1, type0:$src2, type0:$src3);
[all …]
/freebsd-14.2/sys/sys/
H A Dsdt.h135 #define DTRACE_PROBE1(name, type0, arg0) argument
136 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
137 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
359 #define DTRACE_PROBE1(name, type0, arg0) \ argument
361 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
364 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
366 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
370 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
372 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
379 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td3693 let InOperandList = (ins type0:$src);
3775 let InOperandList = (ins type0:$src0, type0:$src1);
3781 let InOperandList = (ins type0:$src0, type0:$src1);
3795 let InOperandList = (ins type0:$src0, type0:$src1);
3801 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3807 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3813 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
3819 let InOperandList = (ins type0:$src);
3882 let InOperandList = (ins type0:$vdata, type0:$cmp, type1:$rsrc, type2:$vindex,
3910 let InOperandList = (ins type0:$src0, type0:$src1);
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td22 let OutOperandList = (outs type0:$dst);
/freebsd-14.2/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=...>.
504 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
597 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-14.2/sys/dev/mrsas/
H A Dmrsas.h3025 } type0; member
/freebsd-14.2/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;