Searched refs:HI (Results 1 - 25 of 116) sorted by relevance

12345

/external/valgrind/none/tests/mips64/
H A Dmacro_int.h53 unsigned long long HI; \
63 : "=r" (HI), "=r" (LO) \
67 printf("%s :: rs 0x%llx, rt 0x%llx, HI 0x%llx, LO 0x%llx\n", \
68 instruction, (long long) RSval, (long long) RTval, HI, LO); \
73 unsigned long long HI; \
83 : "=r" (HI), "=r" (LO) \
87 printf("%s :: rs 0x%llx, rt 0x%llx, HI 0x%llx, LO 0x%llx\n", \
88 instruction, (long long) RSval, (long long) RTval, HI, LO); \
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfAccelTable.cpp166 for (HashList::const_iterator HI = Buckets[i].begin(),
168 HI != HE; ++HI) {
169 uint32_t HashValue = (*HI)->HashValue;
186 for (HashList::const_iterator HI = Buckets[i].begin(),
188 HI != HE; ++HI) {
189 uint32_t HashValue = (*HI)->HashValue;
196 MCSymbolRefExpr::create((*HI)->Sym, Context),
209 for (HashList::const_iterator HI
[all...]
H A DAsmPrinter.cpp409 for (const HandlerInfo &HI : Handlers) {
410 NamedRegionTimer T(HI.TimerName, HI.TimerGroupName, TimePassesIsEnabled);
411 HI.Handler->setSymbolSize(GVSym, Size);
600 for (const HandlerInfo &HI : Handlers) {
601 NamedRegionTimer T(HI.TimerName, HI.TimerGroupName, TimePassesIsEnabled);
602 HI.Handler->beginFunction(MF);
864 for (const HandlerInfo &HI : Handlers) {
865 NamedRegionTimer T(HI
[all...]
/external/clang/test/Sema/
H A Dattr-mode-enums.c4 // 1. "typedef enum { A } __attribute__((mode(HI))) T;" is accepted,
34 typedef enum Y CompleteYType2 __attribute__((mode(HI)));
40 enum X a4 __attribute__((mode(HI)));
42 IncompleteYType a6 __attribute__((mode(HI)));
H A Dattr-mode.c10 typedef int i16_1 __attribute((mode(HI)));
92 int n __attribute((mode(HI)));
/external/pcre/dist2/src/sljit/
H A DsljitNativePPC_common.c133 #define HI(opcode) ((opcode) << 26) macro
136 #define ADD (HI(31) | LO(266))
137 #define ADDC (HI(31) | LO(10))
138 #define ADDE (HI(31) | LO(138))
139 #define ADDI (HI(14))
140 #define ADDIC (HI(13))
141 #define ADDIS (HI(15))
142 #define ADDME (HI(31) | LO(234))
143 #define AND (HI(31) | LO(28))
144 #define ANDI (HI(2
[all...]
H A DsljitNativeMIPS_common.c93 #define HI(opcode) ((opcode) << 26) macro
98 #define ABS_S (HI(17) | FMT_S | LO(5))
99 #define ADD_S (HI(17) | FMT_S | LO(0))
100 #define ADDIU (HI(9))
101 #define ADDU (HI(0) | LO(33))
102 #define AND (HI(0) | LO(36))
103 #define ANDI (HI(12))
104 #define B (HI(4))
105 #define BAL (HI(1) | (17 << 16))
106 #define BC1F (HI(1
[all...]
/external/clang/test/SemaCXX/
H A Dattr-mode-tmpl.cpp11 typedef T T2 __attribute__((mode(HI)));
15 typedef enum __attribute__((mode(HI))) { A4, B4 } T4;
37 typedef T __attribute__((mode(HI))) T2; // expected-error{{type of machine mode does not match type of base type}}
59 T __attribute__((mode(HI))) x1;
/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_TrdProc.cpp167 uint32_t HI = IBI->height(); local
173 CURS += HI - 1;
188 SBREG->composeFrom(SI, TI - HI + 1, IBI.Get(), SBCOMBOP);
191 SBREG->composeFrom(SI - WI + 1, TI - HI + 1, IBI.Get(), SBCOMBOP);
203 SBREG->composeFrom(TI, SI - HI + 1, IBI.Get(), SBCOMBOP);
206 SBREG->composeFrom(TI - WI + 1, SI - HI + 1, IBI.Get(), SBCOMBOP);
215 CURS += HI - 1;
360 uint32_t HI = pIBI->height(); local
366 CURS += HI - 1;
381 SBREG->composeFrom(SI, TI - HI
[all...]
/external/libffi/src/nios2/
H A Dffi.c280 #define HI(x) ((((unsigned int) (x)) >> 16) & 0xffff) macro
282 tramp[0] = (0 << 27) | (8 << 22) | (HI (ffi_closure_sysv) << 6) | 0x34;
284 tramp[2] = (0 << 27) | (9 << 22) | (HI (ffi_closure_helper) << 6) | 0x34;
286 tramp[4] = (0 << 27) | (10 << 22) | (HI (closure) << 6) | 0x34;
289 #undef HI macro
/external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
H A Dffi.c280 #define HI(x) ((((unsigned int) (x)) >> 16) & 0xffff) macro
282 tramp[0] = (0 << 27) | (8 << 22) | (HI (ffi_closure_sysv) << 6) | 0x34;
284 tramp[2] = (0 << 27) | (9 << 22) | (HI (ffi_closure_helper) << 6) | 0x34;
286 tramp[4] = (0 << 27) | (10 << 22) | (HI (closure) << 6) | 0x34;
289 #undef HI macro
/external/python/cpython3/Modules/_ctypes/libffi/src/nios2/
H A Dffi.c280 #define HI(x) ((((unsigned int) (x)) >> 16) & 0xffff) macro
282 tramp[0] = (0 << 27) | (8 << 22) | (HI (ffi_closure_sysv) << 6) | 0x34;
284 tramp[2] = (0 << 27) | (9 << 22) | (HI (ffi_closure_helper) << 6) | 0x34;
286 tramp[4] = (0 << 27) | (10 << 22) | (HI (closure) << 6) | 0x34;
289 #undef HI macro
/external/clang/test/CodeGen/
H A Dattr-mode-enums.c4 // 1. "typedef enum { A } __attribute__((mode(HI))) T;" is accepted,
12 enum { A2, B2 } x2 __attribute__((mode(HI))) = B2;
/external/strace/tests/
H A Dtests.h256 # define LL_PAIR(HI, LO) (HI), (LO)
258 # define LL_PAIR(HI, LO) (LO), (HI)
/external/strace/tests-m32/
H A Dtests.h256 # define LL_PAIR(HI, LO) (HI), (LO)
258 # define LL_PAIR(HI, LO) (LO), (HI)
/external/strace/tests-mx32/
H A Dtests.h256 # define LL_PAIR(HI, LO) (HI), (LO)
258 # define LL_PAIR(HI, LO) (LO), (HI)
/external/curl/tests/libtest/
H A Dlib1521.c33 #define HI LONG_MAX macro
158 res = curl_easy_setopt(curl, CURLOPT_PORT, HI);
220 res = curl_easy_setopt(curl, CURLOPT_TIMEOUT, HI);
232 res = curl_easy_setopt(curl, CURLOPT_INFILESIZE, HI);
269 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_LIMIT, HI);
281 res = curl_easy_setopt(curl, CURLOPT_LOW_SPEED_TIME, HI);
293 res = curl_easy_setopt(curl, CURLOPT_RESUME_FROM, HI);
335 res = curl_easy_setopt(curl, CURLOPT_CRLF, HI);
365 res = curl_easy_setopt(curl, CURLOPT_SSLVERSION, HI);
377 res = curl_easy_setopt(curl, CURLOPT_TIMECONDITION, HI);
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h38 HI, // Unsigned higher Greater than, or unordered enumerator in enum:llvm::ARMCC::CondCodes
58 case HI: return LS;
59 case LS: return HI;
78 case ARMCC::HI: return "hi";
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
H A DARMBaseInfo.h38 HI, // Unsigned higher Greater than, or unordered enumerator in enum:llvm::ARMCC::CondCodes
58 case HI: return LS;
59 case LS: return HI;
79 case ARMCC::HI: return "hi";
/external/aac/libSBRenc/src/
H A Dsbr_def.h172 #define HI 1 macro
/external/clang/test/CodeGenCXX/
H A Dattr-mode-vector-types-tmpl.cpp8 typedef T __attribute__((mode(HI))) T2;
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h151 HI, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
H A Dumodarith.lisp626 (b (+ (- HI) LO))
630 (b (+ (- HI) LO))
634 (b (+ (- HI) LO))
638 (b (+ (- HI) LO))
651 (b (+ (- HI) LO))
655 (b (+ (- HI) LO))
659 (b (+ (- HI) LO))
663 (b (+ (- HI) LO))
676 (b (+ (- HI) LO))
680 (b (+ (- HI) L
[all...]
/external/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h202 HI = 0x8, // Unsigned higher Greater than, or unordered enumerator in enum:llvm::AArch64CC::CondCode
225 case HI: return "hi";
259 case HI: return C; // C == 1 && Z == 0
/external/llvm/lib/Target/Hexagon/
H A DHexagonSplitConst32AndConst64.cpp1 //=== HexagonSplitConst32AndConst64.cpp - split CONST32/Const64 into HI/LO ===//
12 // appropriate LO and HI instructions. This splitting is done by this pass.
15 // register to the result of LO and HI instructions. This pass is always
98 BuildMI(*MBB, MII, MI.getDebugLoc(), TII->get(Hexagon::HI), DestReg)

Completed in 2496 milliseconds

12345