Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCTargetDesc.h144 #define PPC_REGS_LO_HI(LO, HI) \
149 LO##26, LO##27, LO##28, LO##29, LO##30, LO##31, HI##0, HI##1, HI##2, \
150 HI##3, HI##4, HI##5, HI##6, HI##7, HI##
[all...]
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativePPC_common.c136 #define HI(opcode) ((sljit_ins)(opcode) << 26) macro
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(2
[all...]
H A DsljitNativeMIPS_common.c127 #define HI(opcode) ((sljit_ins)(opcode) << 26) macro
138 #define ABS_S (HI(17) | FMT_S | LO(5))
139 #define ADD_S (HI(17) | FMT_S | LO(0))
140 #define ADDIU (HI(9))
141 #define ADDU (HI(0) | LO(33))
142 #define AND (HI(0) | LO(36))
143 #define ANDI (HI(12))
144 #define B (HI(4))
145 #define BAL (HI(1) | (17 << 16))
147 #define BC1EQZ (HI(1
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h39 HI, // Unsigned higher Greater than, or unordered enumerator
59 case HI: return LS; in getOppositeCondition()
60 case LS: return HI; in getOppositeCondition()
77 case ARMCC::LO: return ARMCC::HI; in getSwappedCondition()
78 case ARMCC::HI: return ARMCC::LO; in getSwappedCondition()
156 case ARMCC::HI: return "hi"; in ARMCondCodeToString()
179 .Case("hi", ARMCC::HI) in ARMCondCodeFromString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp512 for (const HandlerInfo &HI : Handlers) { in EmitGlobalVariable()
513 NamedRegionTimer T(HI.TimerName, HI.TimerDescription, in EmitGlobalVariable()
514 HI.TimerGroupName, HI.TimerGroupDescription, in EmitGlobalVariable()
516 HI.Handler->setSymbolSize(GVSym, Size); in EmitGlobalVariable()
761 for (const HandlerInfo &HI : Handlers) { in EmitFunctionHeader()
762 NamedRegionTimer T(HI.TimerName, HI.TimerDescription, HI in EmitFunctionHeader()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h490 auto HI = BaseLayerHandles.find(H); in removeObject() local
491 if (HI != BaseLayerHandles.end()) { in removeObject()
492 if (auto Err = BaseLayer.removeObject(HI->second)) in removeObject()
510 auto HI = BaseLayerHandles.find(H); in findSymbolIn() local
511 if (HI != BaseLayerHandles.end()) { in findSymbolIn()
512 if (auto Sym = BaseLayer.findSymbolIn(HI->second, Name, ExportedSymbolsOnly)) in findSymbolIn()
522 auto HI = BaseLayerHandles.find(H); in emitAndFinalize() local
523 if (HI != BaseLayerHandles.end()) { in emitAndFinalize()
524 if (auto Err = BaseLayer.emitAndFinalize(HI->second)) in emitAndFinalize()
/third_party/python/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...]
/third_party/optimized-routines/math/
H A Dlog.c43 # define HI asuint64 (1.0 + 0x1.1p-5) in log() macro
46 # define HI asuint64 (1.0 + 0x1.09p-4) in log() macro
48 if (unlikely (ix - LO < HI - LO)) in log()
H A Dlog2.c43 # define HI asuint64 (1.0 + 0x1.6ab2p-5) in log2() macro
45 if (unlikely (ix - LO < HI - LO)) in log2()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A Dlog.c53 #define HI asuint64(1.0 + 0x1.09p-4) in log() macro
54 if (predict_false(ix - LO < HI - LO)) { in log()
/third_party/musl/src/math/
H A Dlog.c38 #define HI asuint64(1.0 + 0x1.09p-4) in log() macro
39 if (predict_false(ix - LO < HI - LO)) { in log()
H A Dlog2.c38 #define HI asuint64(1.0 + 0x1.6ab2p-5) in log2() macro
39 if (predict_false(ix - LO < HI - LO)) { in log2()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog.c38 #define HI asuint64(1.0 + 0x1.09p-4) in log() macro
39 if (predict_false(ix - LO < HI - LO)) { in log()
H A Dlog2.c38 #define HI asuint64(1.0 + 0x1.6ab2p-5) in log2() macro
39 if (predict_false(ix - LO < HI - LO)) { in log2()
/third_party/musl/porting/uniproton/kernel/src/math/
H A Dlog.c53 #define HI asuint64(1.0 + 0x1.09p-4) in log() macro
54 if (predict_false(ix - LO < HI - LO)) { in log()
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_sse41.c47 #define MK_CST_16(HI, LO) \
48 _mm_set1_epi32((int)(((uint32_t)(HI) << 16) | ((LO) & 0xffff)))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h38 HI = 0xd, enumerator
H A DARCInstPrinter.cpp80 case ARCCC::HI: in ARCCondCodeToString()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h140 HI, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp232 if (Addr.getOperand(0).getOpcode() == LanaiISD::HI || in selectAddrRr()
235 Addr.getOperand(1).getOpcode() == LanaiISD::HI || in selectAddrRr()
H A DLanaiISelLowering.h57 HI, enumerator
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl56 $hi="HI";
110 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23
168 @ HI hi>>28^lo<<4 ^ lo>>2^hi<<30 ^ lo>>7^hi<<25
218 # define HI 4
221 # define HI 0
382 @ HI hi>>1^lo<<31 ^ hi>>8^lo<<24 ^ hi>>7
399 @ HI hi>>19^lo<<13 ^ lo>>29^hi<<3 ^ hi>>6
/third_party/openssl/crypto/sha/asm/
H A Dsha512-armv4.pl56 $hi="HI";
110 @ HI hi>>14^lo<<18 ^ hi>>18^lo<<14 ^ lo>>9^hi<<23
168 @ HI hi>>28^lo<<4 ^ lo>>2^hi<<30 ^ lo>>7^hi<<25
218 # define HI 4
221 # define HI 0
382 @ HI hi>>1^lo<<31 ^ hi>>8^lo<<24 ^ hi>>7
399 @ HI hi>>19^lo<<13 ^ lo>>29^hi<<3 ^ hi>>6
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp527 auto HI = CustomSectionParserFunctions.find(NSec.GraphSection->getName()); in graphifySectionsWithCustomParsers() local
528 if (HI != CustomSectionParserFunctions.end()) { in graphifySectionsWithCustomParsers()
529 auto &Parse = HI->second; in graphifySectionsWithCustomParsers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h244 HI = 0x8, // Unsigned higher Greater than, or unordered enumerator
273 case HI: return "hi"; in getCondCodeName()
307 case HI: return C; // C == 1 && Z == 0 in getNZCVToSatisfyCondCode()

Completed in 29 milliseconds

123