Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td235 let InOperandList = (ins type0:$src1, type0:$src2);
243 let InOperandList = (ins type0:$src1, type0:$src2);
251 let InOperandList = (ins type0:$src1, type0:$src2);
259 let InOperandList = (ins type0:$src1, type0:$src2);
267 let InOperandList = (ins type0:$src1, type0:$src2);
275 let InOperandList = (ins type0:$src1, type0:$src2);
283 let InOperandList = (ins type0:$src1, type0:$src2);
290 let OutOperandList = (outs type0:$div, type0:$rem);
291 let InOperandList = (ins type0:$src1, type0:$src2);
824 let InOperandList = (ins type0:$src1, type0:$src2, type0:$src3);
[all …]
H A DTarget.td897 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrGISel.td23 let OutOperandList = (outs type0:$dst);
32 let InOperandList = (ins type0:$src);
40 let InOperandList = (ins type0:$src);
48 let InOperandList = (ins type0:$src);
56 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);
[all …]
/freebsd-13.1/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
342 #define DTRACE_PROBE1(name, type0, arg0) \ argument
344 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
347 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
349 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
353 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
355 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
362 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td2660 let OutOperandList = (outs type0:$dst);
2666 let OutOperandList = (outs type0:$dst);
2672 let OutOperandList = (outs type0:$dst);
2681 let OutOperandList = (outs type0:$dst);
2728 let InOperandList = (ins type0:$src0, type0:$src1);
2734 let InOperandList = (ins type0:$src0, type0:$src1);
2741 let InOperandList = (ins type0:$src0);
2748 let InOperandList = (ins type0:$src0, type0:$src1);
2754 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
2760 let InOperandList = (ins type0:$src0, type0:$src1, type0:$src2);
[all …]
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dstoreutl.pod85 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
97 The issuer arg must be formatted as I</type0=value0/type1=value1/type2=...>,
H A Dreq.pod230 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
H A Dca.pod259 The arg must be formatted as I</type0=value0/type1=value1/type2=...>.
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-pip-defs.h5777 uint64_t type0 : 16; /**< VLAN Ethertype member
5784 uint64_t type0 : 16;
/freebsd-13.1/sys/dev/mrsas/
H A Dmrsas.h3033 } type0; member
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3.c122288 int type0;
122292 type0 = sqlite3_value_numeric_type(argv[0]);
122293 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;
122310 int type0, type1;
122314 type0 = sqlite3_value_numeric_type(argv[0]);
122315 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;
122347 int type0;
122351 type0 = sqlite3_value_numeric_type(argv[0]);
122352 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;