HomeSort by relevance Sort by last modified time
    Searched refs:HI (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/pcre/dist2/src/sljit/
sljitNativePPC_common.c 136 #define HI(opcode) ((opcode) << 26)
139 #define ADD (HI(31) | LO(266))
140 #define ADDC (HI(31) | LO(10))
141 #define ADDE (HI(31) | LO(138))
142 #define ADDI (HI(14))
143 #define ADDIC (HI(13))
144 #define ADDIS (HI(15))
145 #define ADDME (HI(31) | LO(234))
146 #define AND (HI(31) | LO(28))
147 #define ANDI (HI(28)
    [all...]
sljitNativeMIPS_common.c 103 #define HI(opcode) ((opcode) << 26)
109 #define ABS_S (HI(17) | FMT_S | LO(5))
110 #define ADD_S (HI(17) | FMT_S | LO(0))
111 #define ADDIU (HI(9))
112 #define ADDU (HI(0) | LO(33))
113 #define AND (HI(0) | LO(36))
114 #define ANDI (HI(12))
115 #define B (HI(4))
116 #define BAL (HI(1) | (17 << 16))
117 #define BC1F (HI(17) | (8 << 21)
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 166 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 = Buckets[i].begin()
    [all...]
AsmPrinter.cpp 409 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.TimerName, HI.TimerGroupName
    [all...]
  /external/clang/test/Sema/
attr-mode-enums.c 4 // 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)));
attr-mode.c 10 typedef int i16_1 __attribute((mode(HI)));
92 int n __attribute((mode(HI)));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/Utils/
ARMBaseInfo.h 40 HI, // Unsigned higher Greater than, or unordered
60 case HI: return LS;
61 case LS: return HI;
80 case ARMCC::HI: return "hi";
103 .Case("hi", ARMCC::HI)
  /external/clang/test/SemaCXX/
attr-mode-tmpl.cpp 11 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/MCTargetDesc/
ARCInfo.h 39 HI = 0xd,
  /external/pdfium/core/fxcodec/jbig2/
JBig2_TrdProc.cpp 167 uint32_t HI = IBI->height();
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();
366 CURS += HI - 1;
381 SBREG->composeFrom(SI, TI - HI + 1, pIBI.Get(), SBCOMBOP)
    [all...]
  /external/libffi/src/nios2/
ffi.c 266 movhi r8, %hi(ffi_closure_sysv)
268 movhi r9, %hi(ffi_closure_helper)
270 movhi r10, %hi(closure)
280 #define HI(x) ((((unsigned int) (x)) >> 16) & 0xffff)
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
  /external/python/cpython2/Modules/_ctypes/libffi/src/nios2/
ffi.c 266 movhi r8, %hi(ffi_closure_sysv)
268 movhi r9, %hi(ffi_closure_helper)
270 movhi r10, %hi(closure)
280 #define HI(x) ((((unsigned int) (x)) >> 16) & 0xffff)
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
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
parse-pound-hi.s 5 memw(gp+#HI) = r3
7 r3 = memw(gp+#HI)
13 memw(gp+#hi) = r3
15 r3 = memw(gp+#hi)
37 r16.h = #HI(0x405000)
39 r16.h = #HI (0x405000)
41 r16.h = #hi(0x405000)
43 r16.h = #hi (0x405000)
55 r19.h = #HI(-559030611)
  /external/clang/test/CodeGen/
attr-mode-enums.c 4 // 1. "typedef enum { A } __attribute__((mode(HI))) T;" is accepted,
12 enum { A2, B2 } x2 __attribute__((mode(HI))) = B2;
  /external/strace/tests/
tests.h 291 # define LL_PAIR(HI, LO) (HI), (LO)
293 # define LL_PAIR(HI, LO) (LO), (HI)
  /external/strace/tests-m32/
tests.h 291 # define LL_PAIR(HI, LO) (HI), (LO)
293 # define LL_PAIR(HI, LO) (LO), (HI)
  /external/strace/tests-mx32/
tests.h 291 # define LL_PAIR(HI, LO) (HI), (LO)
293 # define LL_PAIR(HI, LO) (LO), (HI)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
RemoteObjectLayer.h 480 auto HI = BaseLayerHandles.find(H);
481 if (HI != BaseLayerHandles.end()) {
482 if (auto Err = BaseLayer.removeObject(HI->second))
500 auto HI = BaseLayerHandles.find(H);
501 if (HI != BaseLayerHandles.end()) {
502 if (auto Sym = BaseLayer.findSymbolIn(HI->second, Name, ExportedSymbolsOnly))
512 auto HI = BaseLayerHandles.find(H);
513 if (HI != BaseLayerHandles.end()) {
514 if (auto Err = BaseLayer.emitAndFinalize(HI->second))
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 490 for (const HandlerInfo &HI : Handlers) {
491 NamedRegionTimer T(HI.TimerName, HI.TimerDescription,
492 HI.TimerGroupName, HI.TimerGroupDescription,
494 HI.Handler->setSymbolSize(GVSym, Size);
710 for (const HandlerInfo &HI : Handlers) {
711 NamedRegionTimer T(HI.TimerName, HI.TimerDescription, HI.TimerGroupName
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMBaseInfo.h 38 HI, // Unsigned higher Greater than, or unordered
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/
ARMBaseInfo.h 38 HI, // Unsigned higher Greater than, or unordered
58 case HI: return LS;
59 case LS: return HI;
79 case ARMCC::HI: return "hi";
  /external/arm-optimized-routines/math/
log2.c 32 double_t z, r, r2, r4, y, invc, logc, kd, hi, lo, t1, t2, t3, p; local
42 # define HI asuint64 (1.0 + 0x1.6ab2p-5)
44 if (unlikely (ix - LO < HI - LO))
52 hi = r * InvLn2hi;
53 lo = r * InvLn2lo + fma (r, InvLn2hi, -hi);
58 hi = rhi * InvLn2hi;
66 y = hi + p;
67 lo += hi - y + p;
117 /* hi + lo = r/ln2 + log2(c) + k. */
119 hi = t3 + t1
    [all...]
  /external/u-boot/arch/arc/lib/
libgcc2.h 34 typedef int HItype __attribute__ ((mode (HI)));
35 typedef unsigned int UHItype __attribute__ ((mode (HI)));
91 #define __NW(a,b) __gnu_ ## a ## hi ## b
94 #define __NW(a,b) __ ## a ## hi ## b
107 #define __NDW(a,b) __gnu_ ## a ## hi ## b
110 #define __NDW(a,b) __ ## a ## hi ## b
  /external/aac/libSBRenc/src/
sbr_def.h 172 #define HI 1
  /external/clang/test/CodeGenCXX/
attr-mode-vector-types-tmpl.cpp 8 typedef T __attribute__((mode(HI))) T2;

Completed in 1481 milliseconds

1 2 3 4 5 6