Home
last modified time | relevance | path

Searched refs:_X (Results 1 – 17 of 17) sorted by relevance

/freebsd-head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.aggpack.d.out103 21 0 :_X : 2 | 100
104 20 0 :_X : 2 | 100
105 19 0 :_X : 2 | 100
106 18 0 :_X : 2 | 100
107 17 0 :_X : 2 | 100
108 16 0 :_X : 2 | 100
109 15 0 :_X : 2 | 100
110 14 0 :_X : 2 | 100
111 13 0 :_X : 2 | 100
112 12 0 :_X : 2 | 100
[all …]
/freebsd-head/contrib/bmake/
HDwait.h48 # define WEXITSTATUS(_X) (((int)(_X)>>8)&0377) argument
/freebsd-head/sys/contrib/ncsw/inc/
HDctype_ext.h49 #define _X 0x40 /* hex digit */ macro
66 #define isxdigit(c) ((__ismask(c)&(_D|_X)) != 0)
/freebsd-head/contrib/llvm-project/llvm/lib/Support/Windows/
HDDynamicLibrary.inc162 extern "C" TYP inline_##SYM(TYP _X) { return SYM(_X); }
164 extern "C" TYP inline_##SYM(TYP _X, TYP _Y) { return SYM(_X, _Y); }
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDR600RegisterInfo.td55 [!cast<Register>("T"#Index#"_X"),
62 [!cast<Register>("T"#Index#"_X"),
93 [!cast<Register>("KC0_"#Index#"_X"),
108 [!cast<Register>("KC1_"#Index#"_X"),
HDR600InstrInfo.cpp1254 Label##_X, \
/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
HDtst.lib_coroutine.lua274 _X = coroutine.wrap(function () function
280 _X()
/freebsd-head/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
HDaead_aes256gcm_aesni.c312 #define RED_DECL(a) __m128i H##a##_X##a##_lo, H##a##_X##a##_hi, tmp##a, tmp##a##B
314 #define RED_MUL_LOW(a) H##a##_X##a##_lo = _mm_clmulepi64_si128(H##a, X##a, 0x00)
315 #define RED_MUL_HIGH(a) H##a##_X##a##_hi = _mm_clmulepi64_si128(H##a, X##a, 0x11)
/freebsd-head/contrib/libpcap/
HDpcap-npf.c84 #define SWAPS(_X) ((_X & 0xff) << 8) | (_X >> 8) argument
/freebsd-head/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips16InstrFormats.td408 class FJAL16<bits<1> _X, dag outs, dag ins, string asmstr,
416 let X = _X;
HDMips16InstrInfo.td129 class FJAL16_ins<bits<1> _X, string asmstr,
131 FJAL16<_X, (outs), (ins uimm26:$imm26),
138 class FJALB16_ins<bits<1> _X, string asmstr,
140 FJAL16<_X, (outs), (ins uimm26:$imm26),
/freebsd-head/contrib/llvm-project/libcxx/include/
HD__config32 # define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
33 # define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
HD__locale402 static const mask xdigit = static_cast<mask>(_X | _N);
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDarm_sve.td585 def _X : SInst<name # "[_{d}]", "dPd", types, MergeAnyExp, intrinsic, [VerifyRuntimeMode]>;
596 …def _X : SInst<name # "[_{d}]", "dPdd", types, MergeAny, x_intrinsic, !listconcat(flags, [Ver…
625 def _X : SInst<name # "[_{d}]", "dPddd", types, MergeAny, x_intrinsic, flags>;
673 def _X : SInst<name # "[_{d}]", "dPdu", ts, MergeAny, intrinsic # _u, [VerifyRuntimeMode]>;
779 def _X : SInst<name # "[_{d}]", "uPd", types, MergeAnyExp, intrinsic, flags>;
926 …def _X : SInst<name, xz_types, types, MergeAnyExp, intrinsic, !listconcat(flags, [VerifyRuntimeMo…
934 …def _X : SInst<name, xz_types, types, MergeAnyExp, intrinsic, !listconcat(flags, [VerifyRuntimeMo…
1412 def _X : SInst<name # "[_{d}]", pat_v, types, MergeAny, intrinsic, flags>;
1471 def _X : SInst<name # "[_{d}]", "dPdd", types, MergeAny, intrinsic, flags>;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVRegisterInfo.td585 def "X" # Index #"_X" # IndexP1 : RISCVRegWithSubRegs<Index,
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64SchedA64FX.td2099 (instregex "^ADD[PV]L", "^CNT[BHWD]_X", "^DEC[BHWD]_X", "^INC[BHWD]_X",
/freebsd-head/contrib/llvm-project/llvm/lib/Target/ARC/
HDARCInstrFormats.td87 def SignedEM : ExtMode<1, "_X", ".x">;