Searched defs:HI (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.h58 HI, enumerator in enum:llvm::LanaiISD::__anon14398
/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/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/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/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp324 // Clear upper part of LO, lower HI
325 SDValue HI = DAG.getNode(ISD::SRL, DL, VT, Op.getOperand(0), HalfWord); local
330 SDValue fHI = DAG.getNode(ISD::SINT_TO_FP, DL, Op.getValueType(), HI);
/external/llvm/lib/Target/NVPTX/
H A DNVPTX.h151 HI, enumerator in enum:llvm::NVPTX::PTXCmpMode::CmpMode
/external/aac/libSBRenc/src/
H A Dsbr_def.h172 #define HI 1 macro
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1003 // Clear upper part of LO, lower HI
1004 SDValue HI = DAG.getNode(ISD::SRL, DL, VT, Op.getOperand(0), HalfWord); local
1010 SDValue fHI = DAG.getNode(ISD::SINT_TO_FP, DL, Op.getValueType(), HI);
/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/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/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/CodeGen/
H A DRegAllocLinearScan.cpp1379 LiveInterval *HI = handled_[i]; local
1380 if (!HI->expiredAt(earliestStart) &&
1381 HI->expiredAt(cur->beginIndex())) {
1382 DEBUG(dbgs() << "\t\t\tundo changes for: " << *HI << '\n');
1383 active_.push_back(std::make_pair(HI, HI->begin()));
1384 assert(!TargetRegisterInfo::isPhysicalRegister(HI->reg));
1385 addRegUse(vrm_->getPhys(HI->reg));
/external/v8/src/mips/
H A Dsimulator-mips.h168 // LO, HI, and pc.
170 HI, enumerator in enum:v8::internal::Simulator::Register
/external/v8/src/mips64/
H A Dsimulator-mips64.h177 // LO, HI, and pc.
179 HI, enumerator in enum:v8::internal::Simulator::Register
/external/pcre/dist2/src/sljit/
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...]
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...]
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelLowering.cpp304 Mips::HI, MVT::i32,
378 Mips::HI, MVT::i32,
423 unsigned HI = (Ty == MVT::i32) ? Mips::HI : Mips::HI64; local
445 HI, Ty, InGlue);
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp474 unsigned HI = (Ty == MVT::i32) ? Mips::HI0 : Mips::HI0_64; local
496 HI, Ty, InGlue);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6245 SDValue HI = DAG.getUNDEF(NewVT); local
6252 HI = DAG.getNode(X86Opcode, DL, NewVT, V1_LO, V1_HI);
6259 HI = DAG.getNode(X86Opcode, DL, NewVT, V0_HI, V1_HI);
6262 return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, LO, HI);
18229 SDValue LO, HI; local
18241 HI = DAG.getCopyFromReg(LO.getValue(1), DL, X86::RDX, MVT::i64,
18245 HI = DAG.getCopyFromReg(LO.getValue(1), DL, X86::EDX, MVT::i32,
18248 Chain = HI.getValue(1);
18253 SDValue Tmp = DAG.getNode(ISD::SHL, DL, MVT::i64, HI,
18261 SDValue Ops[] = { LO, HI };
18276 SDValue LO, HI; local
[all...]
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...

Completed in 830 milliseconds