/third_party/mesa3d/src/broadcom/qpu/ |
H A D | qpu_instr.h | 348 enum v3d_qpu_branch_cond cond; member
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 1176 agx_index cond = agx_src_index(&nif->condition); in emit_if() local
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 236 vir_set_cond(struct qinst *inst, enum v3d_qpu_cond cond) in vir_set_cond() argument 396 vir_branch_inst(struct v3d_compile *c, enum v3d_qpu_branch_cond cond) in vir_branch_inst() argument
|
/third_party/node/src/ |
H A D | node_api.cc | 509 std::unique_ptr<node::ConditionVariable> cond; member in v8impl::__anon15407::ThreadSafeFunction
|
/third_party/mesa3d/src/microsoft/compiler/ |
H A D | dxil_nir.c | 190 nir_ssa_def *cond; in ubo_load_select_32b_comps() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | pre-process.c | 1556 static int preprocessor_if(struct stream *stream, struct token *token, int cond) in preprocessor_if() argument
|
H A D | example.c | 1072 const char *cond = "XXX"; in generate_branch() local 1138 const char *cond; in generate_select() local [all...] |
H A D | simplify.c | 2428 pseudo_t cond, src1, src2; in simplify_select() local 2604 pseudo_t cond = insn->cond; simplify_branch() local 2648 pseudo_t cond = insn->cond; simplify_switch() local [all...] |
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | code-generator-ppc.cc | 3815 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 D | js-call-reducer.cc | 118 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 D | constants-arm64.h | 324 inline Condition NegateCondition(Condition cond) { in NegateCondition() argument
|
H A D | assembler-arm64-inl.h | 861 Instr Assembler::Cond(Condition cond) { return cond << Condition_offset; } in Cond() argument
|
H A D | macro-assembler-arm64-inl.h | 293 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 D | assembler-s390.h | 461 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 D | constants-ppc.h | 135 inline Condition NegateCondition(Condition cond) { in NegateCondition() argument
|
H A D | assembler-ppc.h | 687 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 D | disasm-x64.cc | 857 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 D | simulator-loong64.h | 424 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 D | disasm-arm64.cc | 408 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 D | disasm-ia32.cc | 646 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 D | regexp-macro-assembler-s390.cc | 1257 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 D | liftoff-assembler.h | 48 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 D | gpir.h | 385 gpir_node *cond; member
|
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_pipe.h | 321 cnd_t cond; member
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | disassemble.c | 996 print_branch_cond(FILE *fp, int cond) in print_branch_cond() argument
|