Searched refs:ge (Results 51 - 75 of 165) sorted by relevance

1234567

/external/llvm/test/MC/AArch64/
H A Dbasic-a64-diagnostics.s1131 b.ge #-1048580
1137 // CHECK-ERROR-NEXT: b.ge #-1048580
1149 ccmp w3, #32, #0, ge
1159 // CHECK-ERROR-NEXT: ccmp w3, #32, #0, ge
1170 ccmp x3, #32, #0, ge
1180 // CHECK-ERROR-NEXT: ccmp x3, #32, #0, ge
1191 ccmn w3, #32, #0, ge
1201 // CHECK-ERROR-NEXT: ccmn w3, #32, #0, ge
1212 ccmn x3, #32, #0, ge
1222 // CHECK-ERROR-NEXT: ccmn x3, #32, #0, ge
[all...]
/external/chromium_org/chrome/installer/mac/
H A Ddmgdiffer.sh93 if [[ ${status} -ge 128 ]]; then
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm.cc175 COMPARE(tst(r7, Operand(r5, ASR, ip), ge),
179 COMPARE(tst(r7, Operand(r7), ge),
181 COMPARE(tst(r7, Operand(r8, ASR, fp), ge),
553 COMPARE(vmrs(r10, ge),
/external/llvm/test/MC/ARM/
H A Dthumb-fp-armv8.s15 it ge
96 it ge
/external/openssl/
H A Dcheck-all-builds.sh23 if [ "$VERBOSE" -ge "$LOG_LEVEL" ]; then
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c3032 Int32 v, t, i, j, gs, ge, totc, bt, bc, iter; local
3068 ge = gs-1;
3070 while (aFreq < tFreq && ge < alphaSize-1) {
3071 ge++;
3072 aFreq += s->mtfFreq[ge];
3075 if (ge > gs
3078 aFreq -= s->mtfFreq[ge];
3079 ge--;
3083 vex_printf(" initial group %d, [%d .. %d], " "has %d syms (%4.1f%%)\n",nPart,gs,ge,aFreq,(100.0 * (float)aFreq) / (float)(s->nMTF));
3089 if (v >= gs && v <= ge)
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dexpr.pxi37 ((operator.__ge__, operator.ge, '>='), YASM_EXPR_GE),
/external/libpng/scripts/
H A Dmakevms.com27 $ if f$getsyi("HW_MODEL").ge.1024
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h169 CaseRec(MachineBasicBlock *bb, const Constant *lt, const Constant *ge, argument
171 CaseBB(bb), LT(lt), GE(ge), Range(r) {}
/external/qemu/distrib/
H A Dpackage-release.sh26 if [ "$VERBOSE" -ge "$LEVEL" ]; then
135 if [ "$VERBOSE" -ge 3 ]; then
/external/chromium_org/tools/resources/
H A Doptimize-png-files.sh479 if [ $OPTIMIZE_LEVEL -ge 1 ]; then
/external/libhevc/common/arm64/
H A Dihevc_itrans_recon_16x16.s171 csel x10,x20,x10,ge
175 csel x8, x5, x8,ge
178 csel x8,x20,x8,ge
190 csel x8, x5, x8,ge
212 csel x10,x20,x10,ge
714 csel x1, x20, x1,ge
720 csel x1, x20, x1,ge
H A Dihevc_sao_edge_offset_class2_chroma.s167 csel x9, x20, x9, ge //u1_pos_0_0_tmp_u = CLIP3(pu1_src[0] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
203 csel x10, x20, x10, ge //u1_pos_0_0_tmp_v = CLIP3(pu1_src[0] + pi1_sao_offset_v[edge_idx], 0, (1 << bit_depth) - 1)
251 csel x10, x20, x10, ge //u1_pos_wd_ht_tmp = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
288 csel x9, x20, x9, ge //u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[wd - 1 + (ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
H A Dihevc_sao_edge_offset_class3_chroma.s162 csel x9, x20, x9, ge //u1_pos_0_0_tmp_u = CLIP3(pu1_src[wd - 2] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
196 csel x10, x20, x10, ge //u1_pos_0_0_tmp_v = CLIP3(pu1_src[wd - 1] + pi1_sao_offset_v[edge_idx], 0, (1 << bit_depth) - 1)
242 csel x10, x20, x10, ge //u1_pos_wd_ht_tmp = CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
278 csel x9, x20, x9, ge //u1_pos_wd_ht_tmp_v = CLIP3(pu1_src[(ht - 1) * src_strd] + pi1_sao_offset[edge_idx], 0, (1 << bit_depth) - 1)
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc167 __ CzeroX(result, ge);
168 __ B(ge, &done);
177 __ Check(ge, kUnexpectedValue);
225 ge);
234 __ B(ge, slow);
238 if ((cond == le) || (cond == ge)) {
265 // only concerned with cases ge, le and eq here.
267 DCHECK((cond == ge) || (cond == le) || (cond == eq));
332 // Otherwise, right or left is ODDBALL, so set a ge condition.
335 __ B(ge,
[all...]
H A Dconstants-arm64.h254 ge = 10, enumerator in enum:v8::internal::Condition
284 case ge:
287 return ge;
H A Dbuiltins-arm64.cc652 __ JumpIfObjectType(x0, x1, x3, FIRST_SPEC_OBJECT_TYPE, &exit, ge);
1096 FIRST_SPEC_OBJECT_TYPE, &shift_arguments, ge);
1163 __ B(ge, &loop);
1295 &push_receiver, ge);
/external/lldb/source/Expression/
H A DIRForTarget.cpp1849 for (Module::global_iterator gi = m_module->global_begin(), ge = m_module->global_end();
1850 gi != ge;
2566 for (Module::global_iterator gi = llvm_module.global_begin(), ge = llvm_module.global_end();
2567 gi != ge;
2586 for (Module::global_iterator gi = llvm_module.global_begin(), ge = llvm_module.global_end();
2587 gi != ge;
/external/chromium_org/v8/src/arm/
H A Dcodegen-arm.cc142 __ b(ge, &loop);
808 __ b(ge, &zero);
812 __ b(ge, &infinity);
H A Dregexp-macro-assembler-arm.cc867 BranchOrBacktrack(ge, if_ge);
953 __ b(ge, &after_position);
1156 BranchOrBacktrack(ge, on_outside_input);
H A Dbuiltins-arm.cc646 __ b(ge, &loop);
688 __ b(ge, &exit);
1105 __ b(ge, &shift_arguments);
1309 __ b(ge, &push_receiver);
/external/chromium_org/v8/src/mips/
H A Dregexp-macro-assembler-mips.cc882 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand));
984 ge,
1215 ge,
H A Dlithium-codegen-mips.cc1115 __ Branch(&dividend_is_not_negative, ge, dividend, Operand(zero_reg));
1190 __ Branch(&done, ge, left_reg, Operand(zero_reg));
1358 DeoptimizeIf(ge, instr, scratch, Operand(zero_reg));
1461 __ Branch(&done, ge, remainder, Operand(zero_reg));
1565 __ Branch(&done, ge, at, Operand(zero_reg));
1929 Condition condition = (operation == HMathMinMax::kMathMin) ? le : ge;
1937 if (condition == ge) {
2199 ge, at, Operand(FIRST_SPEC_OBJECT_TYPE));
2206 __ Branch(&not_string, ge , at, Operand(FIRST_NONSTRING_TYPE));
2277 cond = is_unsigned ? hs : ge;
[all...]
/external/chromium_org/v8/src/mips64/
H A Dregexp-macro-assembler-mips64.cc928 BranchOrBacktrack(if_ge, ge, a0, Operand(comparand));
1030 ge,
1261 ge,
/external/libunwind/tests/
H A Dia64-test-rbs-asm.S95 cmp.ge p8, p0 = r8, r0; \

Completed in 649 milliseconds

1234567