Home
last modified time | relevance | path

Searched defs:cond (Results 476 - 500 of 629) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc3815 Condition cond = FlagsConditionToCondition(condition, op); in AssembleArchBranch() local
3894 Condition cond = FlagsConditionToCondition(condition, op); in AssembleArchTrap() local
3924 Condition cond = FlagsConditionToCondition(condition, op); in AssembleArchBoolean() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc118 IfBuilder0(JSGraphAssembler* gasm, TNode<Boolean> cond, bool negate_cond) in IfBuilder0() argument
189 IfBuilder0 If(TNode<Boolean> cond) { return {this, cond, false}; } in If() argument
190 IfBuilder0 IfNot(TNode<Boolean> cond) { return {this, cond, true}; } in IfNot() argument
197 IfBuilder1(JSGraphAssembler* gasm, TNode<Boolean> cond) in IfBuilder1() argument
257 IfBuilder1<T> SelectIf(TNode<Boolean> cond) { in SelectIf() argument
482 ForBuilder0(JSGraphAssembler* gasm, TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step) ForBuilder0() argument
526 auto cond = [=](TNode<Number> i) { ForZeroUntil() local
541 ForBuilder1(JSGraphAssembler* gasm, TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step, TNode<Object> initial_arg0) ForBuilder1() argument
600 For1(TNode<Number> initial_value, const ConditionFunction1& cond, const StepFunction1& step, TNode<Object> initial_arg0) For1() argument
608 auto cond = [=](TNode<Number> i) { For1ZeroUntil() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dconstants-arm64.h324 inline Condition NegateCondition(Condition cond) { in NegateCondition() argument
H A Dassembler-arm64-inl.h861 Instr Assembler::Cond(Condition cond) { return cond << Condition_offset; } in Cond() argument
H A Dmacro-assembler-arm64-inl.h293 void TurboAssembler::B(Condition cond, Labe argument
85 Ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) Ccmp() argument
95 CcmpTagged(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) CcmpTagged() argument
104 Ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) Ccmn() argument
393 Cinc(const Register& rd, const Register& rn, Condition cond) Cinc() argument
401 Cinv(const Register& rd, const Register& rn, Condition cond) Cinv() argument
421 Cneg(const Register& rd, const Register& rn, Condition cond) Cneg() argument
431 CzeroX(const Register& rd, Condition cond) CzeroX() argument
440 CmovX(const Register& rd, const Register& rn, Condition cond) CmovX() argument
456 Cset(const Register& rd, Condition cond) Cset() argument
463 Csetm(const Register& rd, Condition cond) Csetm() argument
470 Csinc(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csinc() argument
478 Csinv(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csinv() argument
486 Csneg(const Register& rd, const Register& rn, const Register& rm, Condition cond) Csneg() argument
527 Fccmp(const VRegister& fn, const VRegister& fm, StatusFlags nzcv, Condition cond) Fccmp() argument
551 Fcsel(const VRegister& fd, const VRegister& fn, const VRegister& fm, Condition cond) Fcsel() argument
1358 CompareAndBranch(const Register& lhs, const Operand& rhs, Condition cond, Label* label) CompareAndBranch() argument
1373 CompareTaggedAndBranch(const Register& lhs, const Operand& rhs, Condition cond, Label* label) CompareTaggedAndBranch() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.h461 void pfd(Condition cond, const MemOperand& opnd) { in pfd() argument
465 void pfd(Condition cond, Register x2, Register b2, const Operand& d2) { in pfd() argument
953 void b(Condition cond, Label* l, Label::Distance dist = Label::kFar, in b() argument
959 bc_short(Condition cond, Label* l, Label::Distance dist = Label::kFar) bc_short() argument
962 bc_long(Condition cond, Label* l) bc_long() argument
980 b(Condition cond, Register r) b() argument
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dconstants-ppc.h135 inline Condition NegateCondition(Condition cond) { in NegateCondition() argument
H A Dassembler-ppc.h687 void bc_short(Condition cond, Label* L, CRegister cr = cr7, in bc_short() argument
732 void bclr(Condition cond, CRegister cr = cr7, LKBit lk = LeaveLK) { in bclr() argument
775 void isel(Condition cond, Register rt, Register ra, Register rb, in isel() argument
818 b(Condition cond, Label* L, CRegister cr = cr7, LKBit lk = LeaveLK) b() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc857 byte cond = *(data + 1) & 0x0F; in JumpConditional() local
866 byte cond = *data & 0x0F; in JumpConditionalShort() local
877 byte cond = *(data + 1) & 0x0F; in SetCC() local
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.h424 inline uint32_t cond() const { return instr_.CondValue(); } in cond() function in v8::internal::Simulator
/third_party/node/deps/v8/src/diagnostics/arm64/
H A Ddisasm-arm64.cc408 Condition cond = static_cast<Condition>(instr->Condition()); in VisitConditionalSelect() local
4139 int cond; in SubstituteConditionField() local
/third_party/node/deps/v8/src/diagnostics/ia32/
H A Ddisasm-ia32.cc646 byte cond = *(data + 1) & 0x0F; in JumpConditional() local
658 byte cond = *data & 0x0F; in JumpConditionalShort() local
672 byte cond = *(data + 1) & 0x0F; in SetCC() local
682 byte cond = *(data + 1) & 0x0F; in CMov() local
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc1257 DCHECK(register_index < (1 << 30)); if (num_registers_ <= register_index) { num_registers_ = register_index + 1; } return MemOperand(frame_pointer(), kRegisterZero - register_index * kSystemPointerSize); } void RegExpMacroAssemblerS390::CheckPosition(int cp_offset, Label* on_outside_input) { if (cp_offset >= 0) { __ CmpS64(current_input_offset(), Operand(-cp_offset * char_size())); BranchOrBacktrack(ge, on_outside_input); } else { __ LoadU64(r3, MemOperand(frame_pointer(), kStringStartMinusOne)); __ AddS64(r2, current_input_offset(), Operand(cp_offset * char_size())); __ CmpS64(r2, r3); BranchOrBacktrack(le, on_outside_input); } } void RegExpMacroAssemblerS390::BranchOrBacktrack(Condition condition, Label* to, CRegister cr) { if (condition == al) { if (to == nullptr) { Backtrack(); return; } __ b(to); return; } if (to == nullptr) { __ b(condition, &backtrack_label_); return; } __ b(condition, to); } void RegExpMacroAssemblerS390::SafeCall(Label* to, Condition cond, CRegister cr) { Label skip; __ b(NegateCondition(cond), &skip); __ b(r14, to); __ bind(&skip); } void RegExpMacroAssemblerS390::SafeReturn() { __ pop(r14); __ mov(ip, Operand(masm_->CodeObject())); __ AddS64(r14, ip); __ Ret(); } void RegExpMacroAssemblerS390::SafeCallTarget(Label* name) { __ bind(name); __ CleanseP(r14); __ mov(r0, r14); __ mov(ip, Operand(masm_->CodeObject())); __ SubS64(r0, r0, ip); __ push(r0); } void RegExpMacroAssemblerS390::Push(Register source) { DCHECK(source != backtrack_stackpointer()); __ lay(backtrack_stackpointer(), MemOperand(backtrack_stackpointer(), -kSystemPointerSize)); __ StoreU64(source, MemOperand(backtrack_stackpointer())); } void RegExpMacroAssemblerS390::Pop(Register target) { DCHECK(target != backtrack_stackpointer()); __ LoadU64(target, MemOperand(backtrack_stackpointer())); __ la(backtrack_stackpointer(), MemOperand(backtrack_stackpointer(), kSystemPointerSize)); } void RegExpMacroAssemblerS390::CheckPreemption() { ExternalReference stack_limit = ExternalReference::address_of_jslimit(isolate()); __ mov(r2, Operand(stack_limit)); __ CmpU64(sp, MemOperand(r2)); SafeCall(&check_preempt_label_, le); } void RegExpMacroAssemblerS390::CheckStackLimit() { ExternalReference stack_limit = ExternalReference::address_of_regexp_stack_limit_address(isolate()); __ mov(r2, Operand(stack_limit)); __ CmpU64(backtrack_stackpointer(), MemOperand(r2)); SafeCall(&stack_overflow_label_, le); } void RegExpMacroAssemblerS390::CallCFunctionUsingStub( ExternalReference function, int num_arguments) { DCHECK_GE(8, num_arguments); __ mov(code_pointer(), Operand(function)); Label ret; __ larl(r14, &ret); __ StoreU64(r14, MemOperand(sp, kStackFrameRASlot * kSystemPointerSize)); __ b(code_pointer()); __ bind(&ret); if (base::OS::ActivationFrameAlignment() > kSystemPointerSize) register_location() argument
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h48 inline constexpr LiftoffCondition Negate(LiftoffCondition cond) { in Negate() argument
73 inline constexpr LiftoffCondition Flip(LiftoffCondition cond) { in Flip() argument
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h385 gpir_node *cond; member
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h321 cnd_t cond; member
/third_party/mesa3d/src/panfrost/midgard/
H A Ddisassemble.c996 print_branch_cond(FILE *fp, int cond) in print_branch_cond() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c652 LLVMValueRef result, cond, cond2, temp; in do_quantize_to_f16() local
1860 LLVMValueRef cond = NULL; in visit_discard() local
2601 LLVMValueRef cond = get_src(bld_base, if_stmt->condition); visit_if() local
[all...]
H A Dlp_bld_tgsi_action.c1320 LLVMValueRef cond = lp_build_cmp(&bld_base->base, PIPE_FUNC_LESS, in cmp_emit_cpu() local
1337 LLVMValueRef cond = lp_build_cmp(uint_bld, PIPE_FUNC_NOTEQUAL, in ucmp_emit_cpu() local
1397 LLVMValueRef cond; in fset_emit_cpu() local
1534 LLVMValueRef cond = lp_build_cmp(&bld_base->int_bld, pipe_func, in iset_emit_cpu() local
1798 LLVMValueRef cond; set_emit_cpu() local
2020 LLVMValueRef cond = lp_build_cmp(&bld_base->uint_bld, pipe_func, uset_emit_cpu() local
2126 LLVMValueRef cond = lp_build_cmp(&bld_base->dbl_bld, pipe_func, dset_emit_cpu() local
2234 LLVMValueRef cond = lp_build_cmp(&bld_base->uint64_bld, pipe_func, u64set_emit_cpu() local
2285 LLVMValueRef cond = lp_build_cmp(&bld_base->int64_bld, pipe_func, i64set_emit_cpu() local
2435 LLVMValueRef cond = lsb_emit_cpu() local
2457 LLVMValueRef cond = imsb_emit_cpu() local
2492 LLVMValueRef cond = ibfe_emit_cpu() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.h196 unsigned cond; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.cpp1569 TIntermTernary::TIntermTernary(TIntermTyped *cond, in TIntermTernary() argument
1610 TIntermIfElse::TIntermIfElse(TIntermTyped *cond, TIntermBlock *trueB, TIntermBlock *falseB) in TIntermIfElse() argument
1645 TQualifier TIntermTernary::DetermineQualifier(TIntermTyped *cond, in DetermineQualifier() argument
1586 TIntermLoop(TLoopType type, TIntermNode *init, TIntermTyped *cond, TIntermTyped *expr, TIntermBlock *body) TIntermLoop() argument
/third_party/skia/src/core/
H A DSkVM.cpp670 void Builder::assert_true(I32 cond, I32 debug) { in assert_true() argument
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShader.cpp2253 auto cond = Operand(this, state, insn.word(3)); in EmitSelect() local
/third_party/openssl/test/
H A Dbntest.c150 int top, cond, st = 0; in test_swap() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp393 void AssemblerX8632::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() argument
405 void AssemblerX8632::cmov(Type Ty, BrCond cond, GPRRegister dst, in cmov() argument

Completed in 72 milliseconds

1...<<11121314151617181920>>...26