Home
last modified time | relevance | path

Searched refs:type0 (Results 1 – 14 of 14) 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);
91 let OutOperandList = (outs type0:$dst);
98 let OutOperandList = (outs type0:$dst);
105 let OutOperandList = (outs type0:$dst);
111 let OutOperandList = (outs type0:$dst);
[all …]
H A DTarget.td1078 def type0 : TypedOperand<"OPERAND_GENERIC_0">;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrGISel.td22 let OutOperandList = (outs type0:$dst);
23 let InOperandList = (ins type0:$src1, type0:$src2);
30 let OutOperandList = (outs type0:$dst);
31 let InOperandList = (ins type0:$src1, type0:$src2);
38 let OutOperandList = (outs type0:$dst);
39 let InOperandList = (ins type0:$src1, type0:$src2);
46 let OutOperandList = (outs type0:$dst);
47 let InOperandList = (ins type0:$src1, type0:$src2);
54 let OutOperandList = (outs type0:$dst);
55 let InOperandList = (ins type0:$src1, type0:$src2);
[all …]
/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/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
388 #define DTRACE_PROBE1(name, type0, arg0) \ argument
390 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
393 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ argument
395 SDT_PROBE_ARGTYPE(sdt, , , name, 0, #type0, NULL); \
399 #define DTRACE_PROBE3(name, type0, arg0, type1, arg1, type2, arg2) \ argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrGISel.td18 let OutOperandList = (outs type0:$dst);
25 let InOperandList = (ins type0:$src1, ptype1:$src2);
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td4093 let OutOperandList = (outs type0:$dst);
4094 let InOperandList = (ins type0:$src);
4100 let OutOperandList = (outs type0:$dst);
4107 let OutOperandList = (outs type0:$dst);
4113 let OutOperandList = (outs type0:$dst);
4119 let OutOperandList = (outs type0:$dst);
4128 let OutOperandList = (outs type0:$dst);
4154 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
4163 let InOperandList = (ins type0:$vdata, type1:$rsrc, type2:$vindex, type2:$voffset,
4180 let OutOperandList = (outs type0:$dst);
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-storeutl.pod.in91 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
110 The issuer arg must be formatted as C</type0=value0/type1=value1/type2=...>,
H A Dopenssl-cmp.pod.in338 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
491 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
576 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
672 The argument must be formatted as I</type0=value0/type1=value1/type2=...>.
H A Dopenssl-x509.pod.in430 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
H A Dopenssl-req.pod.in279 The arg must be formatted as C</type0=value0/type1=value1/type2=...>.
H A Dopenssl-ca.pod.in321 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.c132948 int type0;
132952 type0 = sqlite3_value_numeric_type(argv[0]);
132953 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;
132970 int type0, type1;
132974 type0 = sqlite3_value_numeric_type(argv[0]);
132975 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;
133008 int type0;
133012 type0 = sqlite3_value_numeric_type(argv[0]);
133013 if( type0!=SQLITE_INTEGER && type0!=SQLITE_FLOAT ) return;