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.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/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/sys/sys/
H A Dsdt.h138 #define DTRACE_PROBE1(name, type0, arg0) argument
139 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) argument
140 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) argument
370 #define DTRACE_PROBE1(name, type0, arg0) \ argument
372 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
375 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
377 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
381 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
383 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
390 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
[all …]
/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td22 let OutOperandList = (outs type0:$dst);
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in86 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
105 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.c131099 int type0;
131103 type0 = sqlite3_value_numeric_type(argv[0]);
131104 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;
131121 int type0, type1;
131125 type0 = sqlite3_value_numeric_type(argv[0]);
131126 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;
131159 int type0;
131163 type0 = sqlite3_value_numeric_type(argv[0]);
131164 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;