| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| H A D | code-generator-ppc.cc | 239 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 D | code-assembler.h | 692 void Branch(TNode<BoolT> condition, in Branch() argument 700 void Branch(TNode<BoolT> condition, in Branch() argument [all...] |
| H A D | raw-machine-assembler.cc | 542 void RawMachineAssembler::Branch(Node* condition, RawMachineLabel* true_val, in Branch() argument
|
| /third_party/node/deps/v8/src/compiler/backend/ia32/ |
| H A D | code-generator-ia32.cc | 3694 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 D | code-generator-mips.cc | 237 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 D | code-generator-loong64.cc | 231 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 D | code-generator-riscv64.cc | 224 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 D | debug-interface.cc | 611 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 D | builtins-object-gen.cc | 1394 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 D | disasm-x64.cc | 2074 int condition = opcode & 0x0F; in TwoByteOpcodeInstruction() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| H A D | interpreter-assembler.cc | 1024 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 D | regexp-macro-assembler-arm64.cc | 1505 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 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/torque/ |
| H A D | ast.h | 447 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 D | liftoff-assembler.h | 932 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 D | dd_pipe.h | 226 bool condition; member
|
| /third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
| H A D | tr_context.c | 1981 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 D | pcre2_match.c | 620 BOOL condition; /* Used in conditional groups */ in match() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | IntermNode.h | 234 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 D | capture_gles_3_0_autogen.cpp | 664 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 D | entry_points_gles_3_0_autogen.cpp | 840 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 D | libGLESv3.cpp | 2784 GLsync GL_APIENTRY FenceSync(GLenum condition, GLbitfield flags) in FenceSync() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| H A D | IceAssemblerX8632.cpp | 265 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 D | IceAssemblerX8664.cpp | 245 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 D | program_builder.h | 2052 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...] |