Home
last modified time | relevance | path

Searched refs:GE (Results 1 - 25 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h41 GE, // Greater than or equal Greater than or equal enumerator
61 case GE: return LT; in getOppositeCondition()
62 case LT: return GE; in getOppositeCondition()
80 case ARMCC::GE: return ARMCC::LE; in getSwappedCondition()
83 case ARMCC::LE: return ARMCC::GE; in getSwappedCondition()
158 case ARMCC::GE: return "ge"; in ARMCondCodeToString()
181 .Case("ge", ARMCC::GE) in ARMCondCodeFromString()
/third_party/ltp/testcases/lib/
H A Dtst_kvcmp.c15 GE, enumerator
33 return GE; in strtop()
129 case GE: in main()
172 case GE: in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTX.h33 GE enumerator
137 GE, enumerator
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_emit.c73 OPC(seq, SET, 0_1_X, EQ), OPC(sne, SET, 0_1_X, NE), OPC(sge, SET, 0_1_X, GE), OPC(slt, SET, 0_1_X, LT),
106 OPC(fge32, CMP, 0_1_X, GE),
110 IOPC(ige32, CMP, 0_1_X, GE),
112 UOPC(uge32, CMP, 0_1_X, GE),
/third_party/node/deps/v8/src/base/
H A Dlogging.h334 DEFINE_SIGNED_MISMATCH_COMP(is_signed_vs_unsigned, GE, !CmpLTImpl(lhs, rhs))
340 DEFINE_SIGNED_MISMATCH_COMP(is_unsigned_vs_signed, GE, CmpLEImpl(rhs, lhs))
373 DEFINE_CHECK_OP_IMPL(GE, >=)
381 #define CHECK_GE(lhs, rhs) CHECK_OP(GE, >=, lhs, rhs)
398 #define DCHECK_GE(lhs, rhs) DCHECK_OP(GE, >=, lhs, rhs)
/third_party/mesa3d/src/amd/common/
H A Dac_perfcounter.h92 GE = 0x21, enumerator
93 GE1 = GE,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp105 for (auto GI = M.global_begin(), GE = M.global_end(); GI != GE; ++GI) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInfo.h35 GE = 0xa, enumerator
H A DARCInstPrinter.cpp70 case ARCCC::GE: in ARCCondCodeToString()
/third_party/lzma/Asm/x86/
H A DSha256Opt.asm189 if (k GE (4 - pre1)) AND (k LT (16 - pre1))
196 if (k GE (4 - pre2)) AND (k LT (16 - pre2))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ConditionOptimizer.cpp12 // * GE -> GT
13 // * GT -> GE
231 case AArch64CC::GT: return AArch64CC::GE; in getAdjustedCmp()
232 case AArch64CC::GE: return AArch64CC::GT; in getAdjustedCmp()
240 // Transforms GT -> GE, GE -> GT, LT -> LE, LE -> LT by updating comparison
433 // GT -> GE transformation increases immediate value, so picking the in runOnMachineFunction()
/third_party/gn/src/base/
H A Dlogging.h563 DEFINE_CHECK_OP_IMPL(GE, >=)
571 #define CHECK_GE(val1, val2) CHECK_OP(GE, >=, val1, val2)
729 #define DCHECK_GE(val1, val2) DCHECK_OP(GE, >=, val1, val2)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h246 GE = 0xa, // Greater than or equal Greater than or equal enumerator
275 case GE: return "ge"; in getCondCodeName()
309 case GE: return 0; // N == V in getNZCVToSatisfyCondCode()
/third_party/node/deps/v8/src/asmjs/
H A Dasm-names.h89 V(">=", GE) \
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCBranchFinalize.cpp73 // GE -- 011
84 case ARCCC::GE: in getCCForBRcc()
H A DARCInstrInfo.cpp116 case ARCCC::GE: in GetOppositeBranchCondition()
123 return ARCCC::GE; in GetOppositeBranchCondition()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DGlobalMerge.cpp295 for (size_t GI = 0, GE = Globals.size(); GI != GE; ++GI) { in doMerge()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXInstPrinter.cpp176 case NVPTX::PTXCmpMode::GE: in printCmpMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_arm64.cpp367 Edge GE(*Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol,
369 printEdge(dbgs(), *BlockToFix, GE,
H A DMachO_x86_64.cpp336 Edge GE(*Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol,
338 printEdge(dbgs(), *BlockToFix, GE,
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim60 syn keyword amberComparator EQ NE LT LE GT GE EQ_RGB EQ_RGBA EQ_BUFFER RMSE_BUFFER
/third_party/optimized-routines/string/arm/
H A Dmemchr.S78 uadd8 r5, r5, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
80 uadd8 r6, r6, r7 @ Parallel add 0xff - sets the GE bits for anything that wasn't 0
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h238 const ConstantInt *GE; member
/third_party/vixl/tools/test_generator/
H A Ddata_types.py489 class GE(U32): class
491 Description of the GE flag as inputs to an instruction.
494 and record the GE flags before and after emitting the instruction under test.
498 # We need a scratch register to load the `GE` flags.
513 // Only record the GE bits.
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dloop_dependence.h72 GE = 6, enumerator

Completed in 20 milliseconds

123