/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Utils/ |
H A D | ARMBaseInfo.h | 41 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 D | tst_kvcmp.c | 15 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 D | NVPTX.h | 33 GE enumerator 137 GE, enumerator
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_compiler_nir_emit.c | 73 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 D | logging.h | 334 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 D | ac_perfcounter.h | 92 GE = 0x21, enumerator 93 GE1 = GE,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 105 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 D | ARCInfo.h | 35 GE = 0xa, enumerator
|
H A D | ARCInstPrinter.cpp | 70 case ARCCC::GE: in ARCCondCodeToString()
|
/third_party/lzma/Asm/x86/ |
H A D | Sha256Opt.asm | 189 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 D | AArch64ConditionOptimizer.cpp | 12 // * 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 D | logging.h | 563 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 D | AArch64BaseInfo.h | 246 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 D | asm-names.h | 89 V(">=", GE) \
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
H A D | ARCBranchFinalize.cpp | 73 // GE -- 011 84 case ARCCC::GE: in getCCForBRcc()
|
H A D | ARCInstrInfo.cpp | 116 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 D | GlobalMerge.cpp | 295 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 D | NVPTXInstPrinter.cpp | 176 case NVPTX::PTXCmpMode::GE: in printCmpMode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | MachO_arm64.cpp | 367 Edge GE(*Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol, 369 printEdge(dbgs(), *BlockToFix, GE,
|
H A D | MachO_x86_64.cpp | 336 Edge GE(*Kind, FixupAddress - BlockToFix->getAddress(), *TargetSymbol, 338 printEdge(dbgs(), *BlockToFix, GE,
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 60 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 D | memchr.S | 78 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 D | SwitchLoweringUtils.h | 238 const ConstantInt *GE; member
|
/third_party/vixl/tools/test_generator/ |
H A D | data_types.py | 489 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 D | loop_dependence.h | 72 GE = 6, enumerator
|