Searched defs:cond (Results 126 - 150 of 285) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64-inl.h1003 Instr Assembler::Cond(Condition cond) { argument
1004 return cond << Condition_offset;
/external/chromium_org/v8/src/ia32/
H A Ddisasm-ia32.cc636 byte cond = *(data+1) & 0x0F; local
638 const char* mnem = jump_conditional_mnem[cond];
649 byte cond = *data & 0x0F; local
652 const char* mnem = jump_conditional_mnem[cond];
664 byte cond = *(data+1) & 0x0F; local
665 const char* mnem = set_conditional_mnem[cond];
675 byte cond = *(data + 1) & 0x0F; local
676 const char* mnem = conditional_move_mnem[cond];
/external/chromium_org/v8/src/x87/
H A Ddisasm-x87.cc636 byte cond = *(data+1) & 0x0F; local
638 const char* mnem = jump_conditional_mnem[cond];
649 byte cond = *data & 0x0F; local
652 const char* mnem = jump_conditional_mnem[cond];
664 byte cond = *(data+1) & 0x0F; local
665 const char* mnem = set_conditional_mnem[cond];
675 byte cond = *(data + 1) & 0x0F; local
676 const char* mnem = conditional_move_mnem[cond];
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-run-machops.cc313 Node* cond = m.Phi(kMachInt32, m.Parameter(0), m.Int32Constant(0)); local
314 m.Branch(cond, &blockb, end);
H A Dtest-scheduler.cc1636 Node* cond) {
1639 Node* br = graph->NewNode(common->Branch(), cond, graph->start());
1635 CreateDiamond(Graph* graph, CommonOperatorBuilder* common, Node* cond) argument
H A Dtest-simplified-lowering.cc740 Node* Branch(Node* cond) { argument
741 Node* br = graph()->NewNode(common()->Branch(), cond, start);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_report.cc35 void TsanCheckFailed(const char *file, int line, const char *cond, argument
43 file, line, cond, (uptr)v1, (uptr)v2);
/external/deqp/modules/glshared/
H A DglsAttributeLocationTests.cpp664 Cond::Cond (ConstCond cond) argument
665 : m_negate (cond != COND_NEVER)
668 DE_ASSERT(cond == COND_ALWAYS || cond == COND_NEVER);
671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Cond& cond, int arraySize) argument
675 , m_cond (cond)
/external/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.cpp259 ConditionalCE32 *cond = builder.getConditionalCE32ForCE32(ce32); local
260 if(cond->builtCE32 == Collation::NO_CE32) {
262 cond->builtCE32 = builder.buildContext(cond, errorCode);
266 cond->builtCE32 = builder.buildContext(cond, errorCode);
270 return cond->builtCE32;
514 ConditionalCE32 *cond = new ConditionalCE32(context, ce32); local
515 if(cond == NULL) {
519 conditionalCE32s.addElement(cond, errorCod
564 ConditionalCE32 *cond = getConditionalCE32ForCE32(oldCE32); local
569 ConditionalCE32 *cond; local
807 ConditionalCE32 *cond = getConditionalCE32(index); // the last ConditionalCE32 so far local
857 copyContractionsFromBaseCE32(UnicodeString &context, UChar32 c, uint32_t ce32, ConditionalCE32 *cond, UErrorCode &errorCode) argument
979 ConditionalCE32 *cond = src.getConditionalCE32ForCE32(ce32); local
1339 ConditionalCE32 *cond = getConditionalCE32ForCE32(ce32); local
[all...]
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp147 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
148 : Cond(cond), Then(then), Else(_else) {}
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp162 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else) argument
163 : Cond(cond), Then(then), Else(_else) {}
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml44 let insist cond =
46 if not cond then
48 match print_checkpoints, cond with
1139 let cond = build_trunc p1 i1_type "build_br" b in var
1140 ignore (build_cond_br cond bb03 bb00 b)
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_action.c906 LLVMValueRef cond = lp_build_cmp(&bld_base->base, PIPE_FUNC_LESS, local
909 cond, emit_data->args[1], emit_data->args[2]);
1066 LLVMValueRef cond = lp_build_cmp(&bld_base->int_bld, pipe_func, local
1069 cond,
1290 LLVMValueRef cond = lp_build_cmp(&bld_base->base, pipe_func, local
1293 cond,
1485 LLVMValueRef cond = lp_build_cmp(&bld_base->uint_bld, pipe_func, local
1488 cond,
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h157 unsigned cond; member in struct:r600_bytecode_cf
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c479 LLVMValueRef cond; local
482 cond = LLVMBuildICmp(gallivm->builder, LLVMIntNE,
492 LLVMBuildCondBr(gallivm->builder, cond, if_block, else_block);
719 LLVMValueRef cond; local
736 cond = LLVMBuildFCmp(builder,
740 cond, bld_base->base.one, bld_base->base.zero, "");
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c507 GLuint cond)
512 brw_CMP(p, brw_null_reg(), cond, arg0, arg1);
503 emit_sop( struct brw_vs_compile *c, struct brw_reg dst, struct brw_reg arg0, struct brw_reg arg1, GLuint cond) argument
H A Dbrw_wm_emit.c611 GLuint cond,
620 brw_CMP(p, brw_null_reg(), cond, arg0[i], arg1[i]);
608 emit_sop(struct brw_compile *p, const struct brw_reg *dst, GLuint mask, GLuint cond, const struct brw_reg *arg0, const struct brw_reg *arg1) argument
/external/skia/include/core/
H A DSkTypes.h96 #define SkASSERT(cond) SK_ALWAYSBREAK(cond)
103 #define SkAssertResult(cond) SkASSERT(cond)
105 #define SkASSERT(cond)
113 #define SkAssertResult(cond) cond
118 // We want to evaluate cond only once, and inside the SkASSERT somewhere so we see its string form.
119 // So we use the comma operator to make an SkDebugf that always returns false: we'll evaluate cond,
121 #define SkASSERTF(cond, fm
405 SkSetClearShift(uint32_t bits, bool cond, unsigned shift) argument
411 SkSetClearMask(uint32_t bits, bool cond, uint32_t mask) argument
[all...]
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A DEASLib.c123 pthread_cond_t cond; variable
363 pthread_cond_signal(&cond);
380 pthread_cond_signal(&cond);
413 pthread_cond_wait(&cond, &mtx);
434 pthread_cond_wait(&cond, &mtx);
568 result = pthread_cond_init(&cond, NULL);
/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c1846 ULong cond, cc_op; local
1858 cond = cond_expr->Iex.Const.con->Ico.U64;
1861 vassert(cond <= 15);
1866 | cond | 8 | 4 | 2 | 1 |
1875 cc == 0 --> cc_dep1 == cc_dep2 (cond == 8)
1876 cc == 1 --> cc_dep1 < cc_dep2 (cond == 4)
1877 cc == 2 --> cc_dep1 > cc_dep2 (cond == 2)
1879 Because cc == 3 cannot occur the rightmost bit of cond is
1882 if (cond == 8 || cond
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_thread_wrappers_pthread.h214 void LockWhen(Condition cond) { Lock(); WaitLoop(cond); } argument
215 void ReaderLockWhen(Condition cond) { Lock(); WaitLoop(cond); } argument
216 void Await(Condition cond) { WaitLoop(cond); } argument
218 bool ReaderLockWhenWithTimeout(Condition cond, int millis) argument
219 { Lock(); return WaitLoopWithTimeout(cond, millis); }
220 bool LockWhenWithTimeout(Condition cond, int millis) argument
221 { Lock(); return WaitLoopWithTimeout(cond, milli
222 AwaitWithTimeout(Condition cond, int millis) argument
227 WaitLoop(Condition cond) argument
235 WaitLoopWithTimeout(Condition cond, int millis) argument
[all...]
/external/vixl/src/a64/
H A Ddisasm-a64.cc385 Condition cond = static_cast<Condition>(instr->Condition()); local
386 bool invertible_cond = (cond != al) && (cond != nv);
1551 int cond; local
1553 case 'B': cond = instr->ConditionBranch(); break;
1555 cond = InvertCondition(static_cast<Condition>(instr->Condition()));
1558 default: cond = instr->Condition();
1560 AppendToOutput("%s", condition_code[cond]);
H A Dmacro-assembler-a64.cc389 Condition cond) {
392 ConditionalCompareMacro(rn, -operand.immediate(), nzcv, cond, CCMN);
394 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP);
402 Condition cond) {
405 ConditionalCompareMacro(rn, -operand.immediate(), nzcv, cond, CCMP);
407 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMN);
415 Condition cond,
417 VIXL_ASSERT((cond != al) && (cond != nv));
422 ConditionalCompare(rn, operand, nzcv, cond, o
386 Ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
399 Ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) argument
412 ConditionalCompareMacro(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond, ConditionalCompareOp op) argument
434 Csel(const Register& rd, const Register& rn, const Operand& operand, Condition cond) argument
[all...]
/external/blktrace/btreplay/
H A Dbtreplay.c86 * @cond: Condition variable used when waiting on a volatile value change
107 pthread_cond_t cond; member in struct:thr_info
402 * __wait_cv - Waits for a variable under cond var control to hit a value
763 pthread_cond_init(&tip->cond, NULL);
846 pthread_cond_destroy(&tip->cond);
1014 if (pthread_cond_wait(&tip->cond, &tip->mutex)) {
1016 "nfree_current cond wait failed\n");
1075 pthread_cond_signal(&tip->cond);
1158 if (pthread_cond_wait(&tip->cond, &tip->mutex)) {
1160 "nfree_current cond wai
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c2344 FT_Fixed cond = args[0] && args[1]; local
2349 args[0] = cond ? 0x10000L : 0;
2356 FT_Fixed cond = args[0] || args[1]; local
2361 args[0] = cond ? 0x10000L : 0;
2368 FT_Fixed cond = !args[0]; local
2373 args[0] = cond ? 0x10000L : 0;
2380 FT_Fixed cond = ( args[2] <= args[3] ); local
2385 if ( !cond )

Completed in 478 milliseconds

1234567891011>>