Home
last modified time | relevance | path

Searched defs:condition (Results 326 - 350 of 444) sorted by relevance

1...<<1112131415161718

/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc239 Condition FlagsConditionToCondition(FlagsCondition condition, ArchOpcode op) { in FlagsConditionToCondition() argument
3812 FlagsCondition condition = branch->condition; in AssembleArchBranch() local
3841 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
3911 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
3994 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcode-assembler.h692 void Branch(TNode<BoolT> condition, in Branch() argument
700 void Branch(TNode<BoolT> condition, in Branch() argument
[all...]
H A Draw-machine-assembler.cc542 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val, in Branch() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc3694 static Condition FlagsConditionToCondition(FlagsCondition condition) { in FlagsConditionToCondition() argument
3755 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
3813 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
3876 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc237 Condition FlagsConditionToConditionCmp(FlagsCondition condition) { in FlagsConditionToConditionCmp() argument
268 Condition FlagsConditionToConditionTst(FlagsCondition condition) { in FlagsConditionToConditionTst() argument
280 FlagsConditionToConditionCmpFPU(bool* predicate, FlagsCondition condition) FlagsConditionToConditionCmpFPU() argument
3609 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
3700 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
3754 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
3929 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc231 Condition FlagsConditionToConditionCmp(FlagsCondition condition) { in FlagsConditionToConditionCmp() argument
262 Condition FlagsConditionToConditionTst(FlagsCondition condition) { in FlagsConditionToConditionTst() argument
274 Condition FlagsConditionToConditionOvf(FlagsCondition condition) { in FlagsConditionToConditionOvf() argument
286 FlagsConditionToConditionCmpFPU(bool* predicate, FlagsCondition condition) FlagsConditionToConditionCmpFPU() argument
1846 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
1949 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
2002 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
2176 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc224 Condition FlagsConditionToConditionCmp(FlagsCondition condition) { in FlagsConditionToConditionCmp() argument
255 Condition FlagsConditionToConditionTst(FlagsCondition condition) { in FlagsConditionToConditionTst() argument
267 Condition FlagsConditionToConditionOvf(FlagsCondition condition) { in FlagsConditionToConditionOvf() argument
279 FlagsConditionToConditionCmpFPU(bool* predicate, FlagsCondition condition) FlagsConditionToConditionCmpFPU() argument
563 AssembleArchSelect(Instruction* instr, FlagsCondition condition) AssembleArchSelect() argument
3450 AssembleBranchToLabels(CodeGenerator* gen, TurboAssembler* tasm, Instruction* instr, FlagsCondition condition, Label* tlabel, Label* flabel, bool fallthru) AssembleBranchToLabels() argument
3559 AssembleArchTrap(Instruction* instr, FlagsCondition condition) AssembleArchTrap() argument
3611 AssembleArchBoolean(Instruction* instr, FlagsCondition condition) AssembleArchBoolean() argument
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.cc611 bool Script::SetBreakpoint(Local<String> condition, Location* location, in SetBreakpoint() argument
1114 SetFunctionBreakpoint(v8::Local<v8::Function> function, v8::Local<v8::String> condition, BreakpointId* id) SetFunctionBreakpoint() argument
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-object-gen.cc1394 AddToDictionaryIf( TNode<BoolT> condition, TNode<Context> context, TNode<Object> object, TNode<HeapObject> name_dictionary, Handle<Name> name, TNode<Object> value, Label* bailout) AddToDictionaryIf() argument
/third_party/node/deps/v8/src/diagnostics/x64/
H A Ddisasm-x64.cc2074 int condition = opcode & 0x0F; in TwoByteOpcodeInstruction() local
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc1024 TNode<BoolT> condition = in UpdateInterruptBudget() local
1089 void InterpreterAssembler::JumpConditional(TNode<BoolT> condition, in JumpConditional() argument
1100 JumpConditionalByImmediateOperand( TNode<BoolT> condition, int operand_index) JumpConditionalByImmediateOperand() argument
1112 JumpConditionalByConstantOperand( TNode<BoolT> condition, int operand_index) JumpConditionalByConstantOperand() argument
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc1505 void RegExpMacroAssemblerARM64::BranchOrBacktrack(Condition condition, in BranchOrBacktrack() argument
1521 CompareAndBranchOrBacktrack(Register reg, int immediate, Condition condition, Label* to) CompareAndBranchOrBacktrack() argument
1647 CallIf(Label* to, Condition condition) CallIf() argument
[all...]
/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/torque/
H A Dast.h447 Expression* condition; member
704 Expression* condition; member
714 Expression* condition; global() member
926 std::string condition; global() member
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h932 void emit_ptrsize_set_cond(LiftoffCondition condition, Register dst, in emit_ptrsize_set_cond() argument
/third_party/mesa3d/src/gallium/auxiliary/driver_ddebug/
H A Ddd_pipe.h226 bool condition; member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_context.c1981 trace_context_render_condition(struct pipe_context *_context, struct pipe_query *query, bool condition, enum pipe_render_cond_flag mode) trace_context_render_condition() argument
2004 trace_context_render_condition_mem(struct pipe_context *_context, struct pipe_resource *buffer, uint32_t offset, bool condition) trace_context_render_condition_mem() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_match.c620 BOOL condition; /* Used in conditional groups */ in match() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DIntermNode.h234 void setCondition(TIntermTyped *condition) { mCond = condition; } in setCondition() argument
977 TIntermCase(TIntermTyped *condition) : TIntermNode(), mCondition(condition) {} in TIntermCase() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp664 CaptureFenceSync(const State &glState, bool isCallValid, GLenum condition, GLbitfield flags, GLsync returnValue) CaptureFenceSync() argument
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp840 GLsync GL_APIENTRY GL_FenceSync(GLenum condition, GLbitfield flags) in GL_FenceSync() argument
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv3.cpp2784 GLsync GL_APIENTRY FenceSync(GLenum condition, GLbitfield flags) in FenceSync() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceAssemblerX8632.cpp265 void AssemblerX8632::setcc(BrCond condition, ByteRegister dst) { in setcc() argument
272 void AssemblerX8632::setcc(BrCond condition, const AsmAddress &address) { in setcc() argument
[all...]
H A DIceAssemblerX8664.cpp245 void AssemblerX8664::setcc(BrCond condition, ByteRegister dst) { in setcc() argument
253 void AssemblerX8664::setcc(BrCond condition, const AsmAddress &address) { in setcc() argument
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dprogram_builder.h2052 const ast::ElseStatement* Else(CONDITION&& condition, in Else() argument
2072 const ast::IfStatement* If(CONDITION&& condition, in If() argument
2185 Switch(const Source& source, ExpressionInit&& condition, Cases&&... cases) Switch() argument
2200 Switch(ExpressionInit&& condition, Cases&&... cases) Switch() argument
[all...]

Completed in 84 milliseconds

1...<<1112131415161718