Home
last modified time | relevance | path

Searched defs:cond (Results 551 - 575 of 603) sorted by relevance

1...<<2122232425

/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp3617 bool cond = glslangOperands[arg]->getAsConstantUnion()->getConstArray()[0].getBConst(); in visitAggregate() local
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c337 LLVMValueRef cond = NULL; in emit_f2f16() local
1746 LLVMValueRef cond = LLVMBuildLShr(ctx->ac.builder, addr, ctx->ac.i32_1, ""); in visit_load_push_constant() local
1832 LLVMValueRef cond = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, ctx->ac.postponed_kill, ""); visit_store_ssbo() local
1935 LLVMValueRef cond = LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, offset, size, ""); emit_ssbo_comp_swap_64() local
1989 LLVMValueRef cond = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, ctx->ac.postponed_kill, ""); visit_atomic_ssbo() local
2200 LLVMValueRef cond = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, ctx->ac.postponed_kill, ""); visit_store_global() local
2224 LLVMValueRef cond = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, ctx->ac.postponed_kill, ""); visit_global_atomic() local
2371 LLVMValueRef cond = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, ctx->ac.postponed_kill, ""); visit_store_output() local
2671 LLVMValueRef cond = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, ctx->ac.postponed_kill, ""); visit_image_store() local
2745 LLVMValueRef cond = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, ctx->ac.postponed_kill, ""); visit_image_atomic() local
2967 LLVMValueRef cond; emit_discard() local
2983 LLVMValueRef cond; emit_demote() local
3175 LLVMValueRef cond = LLVMBuildLoad2(ctx->ac.builder, ctx->ac.i1, ctx->ac.postponed_kill, ""); visit_var_atomic() local
3415 LLVMValueRef cond = ac_build_is_inf_or_nan(&ctx->ac, i); load_interpolated_input() local
3552 LLVMValueRef x_rate, y_rate, cond; emit_load_frag_shading_rate() local
4172 LLVMValueRef cond = LLVMBuildICmp(ctx->ac.builder, LLVMIntULT, offset, size, ""); visit_intrinsic() local
[all...]
H A Dac_llvm_build.c1855 LLVMValueRef cond = in ac_build_imsb() local
2957 LLVMValueRef cond = LLVMBuildLoad2(ctx->builder, ctx->i1, ctx->postponed_kill, ""); in ac_branch_exited() local
2991 void ac_build_ifcc(struct ac_llvm_context *ctx, LLVMValueRef cond, int label_id) in ac_build_ifcc() argument
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1583 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_cond_jump() local
1597 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_cond_jumpi() local
1615 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_set_cond() local
1639 inline LiftoffCondition cond_make_unsigned(LiftoffCondition cond) { in cond_make_unsigned() argument
1658 Condition cond = liftoff::ToCondition(liftoff_cond); emit_i64_set_cond() local
1726 Condition cond = liftoff::ToCondition(liftoff_cond); emit_f32_set_cond() local
1757 Condition cond = liftoff::ToCondition(liftoff_cond); emit_f64_set_cond() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1599 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_cond_jump() local
1614 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_cond_jumpi() local
1632 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_set_cond() local
1655 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i64_set_cond() local
1707 Condition cond in emit_f32_set_cond() local
1738 Condition cond = liftoff::ToCondition(liftoff_cond); emit_f64_set_cond() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_module.c2707 dxil_emit_branch(struct dxil_module *m, const struct dxil_value *cond, in dxil_emit_branch() argument
/third_party/libfuse/lib/
H A Dfuse.c69 pthread_cond_t cond; member
1512 pthread_cond_t cond; member
[all...]
/third_party/node/deps/v8/src/compiler/
H A Deffect-control-linearizer.cc513 Node* cond = NodeProperties::GetValueInput(branch, 0); in TryCloneBranch() local
/third_party/node/deps/v8/src/ast/
H A Dast.h446 void Initialize(Expression* cond, Statement* body) { in Initialize() argument
451 Expression* cond() const { return cond_; } in cond() function in v8::internal::final
466 void Initialize(Expression* cond, Statement* body) { in Initialize() argument
471 Expression* cond() const { return cond_; } in cond() function in v8::internal::final
486 void Initialize(Statement* init, Expression* cond, Statement* next, in Initialize() argument
495 Expression* cond() const { return cond_; } in cond() function in v8::internal::final
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc367 void TurboAssembler::Jump(Register target, Condition cond) { b(cond, target); } in Jump() argument
384 Jump(static_cast<intptr_t>(target), rmode, cond); in Jump() local
369 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond) Jump() argument
381 Jump(Address target, RelocInfo::Mode rmode, Condition cond) Jump() argument
387 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond) Jump() argument
424 CallSizeNotPredictableCodeSize(Address target, RelocInfo::Mode rmode, Condition cond) CallSizeNotPredictableCodeSize() argument
437 Call(Address target, RelocInfo::Mode rmode, Condition cond) Call() argument
445 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond) Call() argument
539 Move(Register dst, Register src, Condition cond) Move() argument
2049 Assert(Condition cond, AbortReason reason, CRegister cr) CallRecordWriteStub() argument
2057 Check(Condition cond, AbortReason reason, CRegister cr) CallRecordWriteStub() argument
4053 LoadOnConditionP(Condition cond, Register dst, Register src) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc778 void Assembler::b(int imm19, Condition cond) { in b() argument
782 void Assembler::b(Label* label, Condition cond) { in b() argument
783 b(LinkAndGetInstructionOffsetTo(label), cond); in b() local
1015 csel(const Register& rd, const Register& rn, const Register& rm, Condition cond) csel() argument
1020 csinc(const Register& rd, const Register& rn, const Register& rm, Condition cond) csinc() argument
1025 csinv(const Register& rd, const Register& rn, const Register& rm, Condition cond) csinv() argument
1030 csneg(const Register& rd, const Register& rn, const Register& rm, Condition cond) csneg() argument
1035 cset(const Register& rd, Condition cond) cset() argument
1041 csetm(const Register& rd, Condition cond) csetm() argument
1047 cinc(const Register& rd, const Register& rn, Condition cond) cinc() argument
1052 cinv(const Register& rd, const Register& rn, Condition cond) cinv() argument
1057 cneg(const Register& rd, const Register& rn, Condition cond) cneg() argument
1062 ConditionalSelect(const Register& rd, const Register& rn, const Register& rm, Condition cond, ConditionalSelectOp op) ConditionalSelect() argument
1070 ccmn(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) ccmn() argument
1075 ccmp(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond) ccmp() argument
2707 fccmp(const VRegister& fn, const VRegister& fm, StatusFlags nzcv, Condition cond) fccmp() argument
2713 fcsel(const VRegister& fd, const VRegister& fn, const VRegister& fm, Condition cond) fcsel() argument
3773 ConditionalCompare(const Register& rn, const Operand& operand, StatusFlags nzcv, Condition cond, ConditionalCompareOp op) ConditionalCompare() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc3076 void Assembler::cmp(FPUCondition cond, SecondaryField fmt, FPURegister fd, in cmp() argument
3085 void Assembler::cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_s() argument
3090 void Assembler::cmp_d(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_d() argument
3112 void Assembler::c(FPUCondition cond, SecondaryField fmt, FPURegister fs, in c() argument
3123 void Assembler::c_s(FPUCondition cond, FPURegister fs, FPURegister ft, in c_s() argument
3128 c_d(FPUCondition cond, FPURegister fs, FPURegister ft, uint16_t cc) c_d() argument
3133 fcmp(FPURegister src1, const double src2, FPUCondition cond) fcmp() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips/
H A Dmacro-assembler-mips.cc106 LoadRoot(Register destination, RootIndex index, Condition cond, Register src1, const Operand& src2) LoadRoot() argument
2231 BranchMSA(Label* target, MSABranchDF df, MSABranchCondition cond, MSARegister wt, BranchDelaySlot bd) CallRecordWriteStub() argument
2253 BranchShortMSA(MSABranchDF df, Label* target, MSABranchCondition cond, MSARegister wt, BranchDelaySlot bd) CallRecordWriteStub() argument
2363 LoadZeroOnCondition(Register rd, Register rs, const Operand& rt, Condition cond) CallRecordWriteStub() argument
2730 Branch(int32_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
2753 Branch(Label* L, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
2784 Branch(Label* L, Condition cond, Register rs, RootIndex index, BranchDelaySlot bdslot) CallRecordWriteStub() argument
2863 BranchShortHelperR6(int32_t offset, Label* L, Condition cond, Register rs, const Operand& rt) CallRecordWriteStub() argument
3075 BranchShortHelper(int16_t offset, Label* L, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
3210 BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
3232 BranchShort(int32_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
3237 BranchShort(Label* L, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
3246 BranchAndLink(int32_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
3269 BranchAndLink(Label* L, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
3327 BranchAndLinkShortHelperR6(int32_t offset, Label* L, Condition cond, Register rs, const Operand& rt) CallRecordWriteStub() argument
3469 BranchAndLinkShortHelper(int16_t offset, Label* L, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
3559 BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bdslot) CallRecordWriteStub() argument
3606 Jump(Register target, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3634 Jump(Register target, Register base, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3665 Jump(Register target, const Operand& offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3699 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3724 Jump(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3727 Jump(static_cast<intptr_t>(target), rmode, cond, rs, rt, bd); CallRecordWriteStub() local
3730 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3768 Jump(static_cast<intptr_t>(code.address()), rmode, cond, rs, rt, bd); CallRecordWriteStub() local
3791 Call(Register target, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3821 Call(Register target, Register base, int16_t offset, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3853 Call(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
3872 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4004 Ret(Condition cond, Register rs, const Operand& rt, BranchDelaySlot bd) CallRecordWriteStub() argument
4098 DropAndRet(int drop, Condition cond, Register r1, const Operand& r2) CallRecordWriteStub() argument
4114 Drop(int count, Condition cond, Register reg, const Operand& op) CallRecordWriteStub() argument
[all...]
H A Dassembler-mips.cc2871 void Assembler::cmp(FPUCondition cond, SecondaryField fmt, FPURegister fd, in cmp() argument
2880 void Assembler::cmp_s(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_s() argument
2885 void Assembler::cmp_d(FPUCondition cond, FPURegister fd, FPURegister fs, in cmp_d() argument
2907 void Assembler::c(FPUCondition cond, SecondaryField fmt, FPURegister fs, in c() argument
2917 void Assembler::c_s(FPUCondition cond, FPURegister fs, FPURegister ft, in c_s() argument
2922 c_d(FPUCondition cond, FPURegister fs, FPURegister ft, uint16_t cc) c_d() argument
2927 fcmp(FPURegister src1, const double src2, FPUCondition cond) fcmp() argument
[all...]
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc2809 void TurboAssembler::Branch(int32_t offset, Condition cond, Register rs, in Branch() argument
2832 void TurboAssembler::Branch(Label* L, Condition cond, Registe argument
101 LoadRoot(Register destination, RootIndex index, Condition cond, Register src1, const Operand& src2) LoadRoot() argument
2458 CompareI(Register rd, Register rs, const Operand& rt, Condition cond) CompareI() argument
2865 Branch(Label* L, Condition cond, Register rs, RootIndex index) Branch() argument
2923 BranchShortHelper(int32_t offset, Label* L, Condition cond, Register rs, const Operand& rt) BranchShortHelper() argument
3051 BranchShortCheck(int32_t offset, Label* L, Condition cond, Register rs, const Operand& rt) BranchShortCheck() argument
3064 BranchShort(int32_t offset, Condition cond, Register rs, const Operand& rt) BranchShort() argument
3069 BranchShort(Label* L, Condition cond, Register rs, const Operand& rt) BranchShort() argument
3078 BranchAndLink(int32_t offset, Condition cond, Register rs, const Operand& rt) BranchAndLink() argument
3101 BranchAndLink(Label* L, Condition cond, Register rs, const Operand& rt) BranchAndLink() argument
3142 BranchAndLinkShortHelper(int32_t offset, Label* L, Condition cond, Register rs, const Operand& rt) BranchAndLinkShortHelper() argument
3165 BranchAndLinkShortCheck(int32_t offset, Label* L, Condition cond, Register rs, const Operand& rt) BranchAndLinkShortCheck() argument
3201 Jump(Register target, Condition cond, Register rs, const Operand& rt) Jump() argument
3214 Jump(intptr_t target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Jump() argument
3229 Jump(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Jump() argument
3232 Jump(static_cast<intptr_t>(target), rmode, cond, rs, rt); Jump() local
3235 Jump(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Jump() argument
3274 Jump(static_cast<intptr_t>(target_index), rmode, cond, rs, rt); Jump() local
3283 Call(Register target, Condition cond, Register rs, const Operand& rt) Call() argument
3310 Call(Address target, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Call() argument
3316 Call(Handle<Code> code, RelocInfo::Mode rmode, Condition cond, Register rs, const Operand& rt) Call() argument
3356 Call(static_cast<Address>(target_index), rmode, cond, rs, rt); Call() local
3456 Ret(Condition cond, Register rs, const Operand& rt) Ret() argument
3486 DropAndRet(int drop, Condition cond, Register r1, const Operand& r2) DropAndRet() argument
3502 Drop(int count, Condition cond, Register reg, const Operand& op) Drop() argument
[all...]
/third_party/node/deps/v8/src/codegen/loong64/
H A Dassembler-loong64.cc712 void Assembler::GenCmp(Opcode opcode, FPUCondition cond, FPURegister fk, in GenCmp() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc922 Condition cond = Instruction::ConditionField(instr); in print() local
1191 Move32BitImmediate(Register rd, const Operand& x, Condition cond) Move32BitImmediate() argument
1244 Condition cond = Instruction::ConditionField(instr); AddrMode1() local
1462 b(int branch_offset, Condition cond, RelocInfo::Mode rmode) b() argument
1481 bl(int branch_offset, Condition cond, RelocInfo::Mode rmode) bl() argument
1509 blx(Register target, Condition cond) blx() argument
1514 bx(Register target, Condition cond) bx() argument
1519 b(Label* L, Condition cond) b() argument
1521 b(branch_offset(L), cond); b() local
1524 bl(Label* L, Condition cond) bl() argument
1526 bl(branch_offset(L), cond); bl() local
1536 and_(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) and_() argument
1541 and_(Register dst, Register src1, Register src2, SBit s, Condition cond) and_() argument
1546 eor(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) eor() argument
1551 eor(Register dst, Register src1, Register src2, SBit s, Condition cond) eor() argument
1556 sub(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) sub() argument
1561 sub(Register dst, Register src1, Register src2, SBit s, Condition cond) sub() argument
1566 rsb(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) rsb() argument
1571 add(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) add() argument
1576 add(Register dst, Register src1, Register src2, SBit s, Condition cond) add() argument
1581 adc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) adc() argument
1586 sbc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) sbc() argument
1591 rsc(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) rsc() argument
1596 tst(Register src1, const Operand& src2, Condition cond) tst() argument
1600 tst(Register src1, Register src2, Condition cond) tst() argument
1604 teq(Register src1, const Operand& src2, Condition cond) teq() argument
1608 cmp(Register src1, const Operand& src2, Condition cond) cmp() argument
1612 cmp(Register src1, Register src2, Condition cond) cmp() argument
1616 cmp_raw_immediate(Register src, int raw_immediate, Condition cond) cmp_raw_immediate() argument
1622 cmn(Register src1, const Operand& src2, Condition cond) cmn() argument
1626 orr(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) orr() argument
1631 orr(Register dst, Register src1, Register src2, SBit s, Condition cond) orr() argument
1636 mov(Register dst, const Operand& src, SBit s, Condition cond) mov() argument
1643 mov(Register dst, Register src, SBit s, Condition cond) mov() argument
1685 movw(Register reg, uint32_t immediate, Condition cond) movw() argument
1690 movt(Register reg, uint32_t immediate, Condition cond) movt() argument
1695 bic(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) bic() argument
1700 mvn(Register dst, const Operand& src, SBit s, Condition cond) mvn() argument
1704 asr(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) asr() argument
1713 lsl(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) lsl() argument
1722 lsr(Register dst, Register src1, const Operand& src2, SBit s, Condition cond) lsr() argument
1732 mla(Register dst, Register src1, Register src2, Register srcA, SBit s, Condition cond) mla() argument
1739 mls(Register dst, Register src1, Register src2, Register srcA, Condition cond) mls() argument
1747 sdiv(Register dst, Register src1, Register src2, Condition cond) sdiv() argument
1755 udiv(Register dst, Register src1, Register src2, Condition cond) udiv() argument
1763 mul(Register dst, Register src1, Register src2, SBit s, Condition cond) mul() argument
1770 smmla(Register dst, Register src1, Register src2, Register srcA, Condition cond) smmla() argument
1777 smmul(Register dst, Register src1, Register src2, Condition cond) smmul() argument
1784 smlal(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) smlal() argument
1792 smull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) smull() argument
1800 umlal(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) umlal() argument
1808 umull(Register dstL, Register dstH, Register src1, Register src2, SBit s, Condition cond) umull() argument
1817 clz(Register dst, Register src, Condition cond) clz() argument
1826 usat(Register dst, int satpos, const Operand& src, Condition cond) usat() argument
1848 ubfx(Register dst, Register src, int lsb, int width, Condition cond) ubfx() argument
1863 sbfx(Register dst, Register src, int lsb, int width, Condition cond) sbfx() argument
1877 bfc(Register dst, int lsb, int width, Condition cond) bfc() argument
1890 bfi(Register dst, Register src, int lsb, int width, Condition cond) bfi() argument
1901 pkhbt(Register dst, Register src1, const Operand& src2, Condition cond) pkhbt() argument
1916 pkhtb(Register dst, Register src1, const Operand& src2, Condition cond) pkhtb() argument
1932 sxtb(Register dst, Register src, int rotate, Condition cond) sxtb() argument
1943 sxtab(Register dst, Register src1, Register src2, int rotate, Condition cond) sxtab() argument
1956 sxth(Register dst, Register src, int rotate, Condition cond) sxth() argument
1967 sxtah(Register dst, Register src1, Register src2, int rotate, Condition cond) sxtah() argument
1980 uxtb(Register dst, Register src, int rotate, Condition cond) uxtb() argument
1991 uxtab(Register dst, Register src1, Register src2, int rotate, Condition cond) uxtab() argument
2004 uxtb16(Register dst, Register src, int rotate, Condition cond) uxtb16() argument
2015 uxth(Register dst, Register src, int rotate, Condition cond) uxth() argument
2026 uxtah(Register dst, Register src1, Register src2, int rotate, Condition cond) uxtah() argument
2039 rbit(Register dst, Register src, Condition cond) rbit() argument
2048 rev(Register dst, Register src, Condition cond) rev() argument
2057 mrs(Register dst, SRegister s, Condition cond) mrs() argument
2062 msr(SRegisterFieldMask fields, const Operand& src, Condition cond) msr() argument
2090 ldr(Register dst, const MemOperand& src, Condition cond) ldr() argument
2094 str(Register src, const MemOperand& dst, Condition cond) str() argument
2098 ldrb(Register dst, const MemOperand& src, Condition cond) ldrb() argument
2102 strb(Register src, const MemOperand& dst, Condition cond) strb() argument
2106 ldrh(Register dst, const MemOperand& src, Condition cond) ldrh() argument
2110 strh(Register src, const MemOperand& dst, Condition cond) strh() argument
2114 ldrsb(Register dst, const MemOperand& src, Condition cond) ldrsb() argument
2118 ldrsh(Register dst, const MemOperand& src, Condition cond) ldrsh() argument
2122 ldrd(Register dst1, Register dst2, const MemOperand& src, Condition cond) ldrd() argument
2131 strd(Register src1, Register src2, const MemOperand& dst, Condition cond) strd() argument
2140 ldr_pcrel(Register dst, int imm12, Condition cond) ldr_pcrel() argument
2151 ldrex(Register dst, Register src, Condition cond) ldrex() argument
2159 strex(Register src1, Register src2, Register dst, Condition cond) strex() argument
2173 ldrexb(Register dst, Register src, Condition cond) ldrexb() argument
2182 strexb(Register src1, Register src2, Register dst, Condition cond) strexb() argument
2196 ldrexh(Register dst, Register src, Condition cond) ldrexh() argument
2205 strexh(Register src1, Register src2, Register dst, Condition cond) strexh() argument
2219 ldrexd(Register dst1, Register dst2, Register src, Condition cond) ldrexd() argument
2231 strexd(Register res, Register src1, Register src2, Register dst, Condition cond) strexd() argument
2262 ldm(BlockAddrMode am, Register base, RegList dst, Condition cond) ldm() argument
2280 stm(BlockAddrMode am, Register base, RegList src, Condition cond) stm() argument
2288 stop(Condition cond, int32_t code) stop() argument
2316 svc(uint32_t imm24, Condition cond) svc() argument
2361 cdp(Coprocessor coproc, int opcode_1, CRegister crd, CRegister crn, CRegister crm, int opcode_2, Condition cond) cdp() argument
2374 mcr(Coprocessor coproc, int opcode_1, Register rd, CRegister crn, CRegister crm, int opcode_2, Condition cond) mcr() argument
2387 mrc(Coprocessor coproc, int opcode_1, Register rd, CRegister crn, CRegister crm, int opcode_2, Condition cond) mrc() argument
2400 ldc(Coprocessor coproc, CRegister crd, const MemOperand& src, LFlag l, Condition cond) ldc() argument
2405 ldc(Coprocessor coproc, CRegister crd, Register rn, int option, LFlag l, Condition cond) ldc() argument
2425 vldr(const DwVfpRegister dst, const Register base, int offset, const Condition cond) vldr() argument
2461 vldr(const DwVfpRegister dst, const MemOperand& operand, const Condition cond) vldr() argument
2476 vldr(const SwVfpRegister dst, const Register base, int offset, const Condition cond) vldr() argument
2510 vldr(const SwVfpRegister dst, const MemOperand& operand, const Condition cond) vldr() argument
2524 vstr(const DwVfpRegister src, const Register base, int offset, const Condition cond) vstr() argument
2560 vstr(const DwVfpRegister src, const MemOperand& operand, const Condition cond) vstr() argument
2575 vstr(const SwVfpRegister src, const Register base, int offset, const Condition cond) vstr() argument
2609 vstr(const SwVfpRegister src, const MemOperand& operand, const Condition cond) vstr() argument
2623 vldm(BlockAddrMode am, Register base, DwVfpRegister first, DwVfpRegister last, Condition cond) vldm() argument
2641 vstm(BlockAddrMode am, Register base, DwVfpRegister first, DwVfpRegister last, Condition cond) vstm() argument
2659 vldm(BlockAddrMode am, Register base, SwVfpRegister first, SwVfpRegister last, Condition cond) vldm() argument
2675 vstm(BlockAddrMode am, Register base, SwVfpRegister first, SwVfpRegister last, Condition cond) vstm() argument
2881 vmov(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vmov() argument
2892 vmov(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vmov() argument
2908 vmov(const DwVfpRegister dst, const Register src1, const Register src2, const Condition cond) vmov() argument
2922 vmov(const Register dst1, const Register dst2, const DwVfpRegister src, const Condition cond) vmov() argument
2936 vmov(const SwVfpRegister dst, const Register src, const Condition cond) vmov() argument
2948 vmov(const Register dst, const SwVfpRegister src, const Condition cond) vmov() argument
3014 EncodeVCVT(const VFPType dst_type, const int dst_code, const VFPType src_type, const int src_code, VFPConversionMode mode, const Condition cond) EncodeVCVT() argument
3055 vcvt_f64_s32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_s32() argument
3061 vcvt_f32_s32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_s32() argument
3066 vcvt_f64_u32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_u32() argument
3072 vcvt_f32_u32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_u32() argument
3077 vcvt_s32_f32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_s32_f32() argument
3082 vcvt_u32_f32(const SwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_u32_f32() argument
3087 vcvt_s32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_s32_f64() argument
3093 vcvt_u32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_u32_f64() argument
3099 vcvt_f64_f32(const DwVfpRegister dst, const SwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f64_f32() argument
3105 vcvt_f32_f64(const SwVfpRegister dst, const DwVfpRegister src, VFPConversionMode mode, const Condition cond) vcvt_f32_f64() argument
3111 vcvt_f64_s32(const DwVfpRegister dst, int fraction_bits, const Condition cond) vcvt_f64_s32() argument
3128 vneg(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vneg() argument
3144 vneg(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vneg() argument
3158 vabs(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vabs() argument
3173 vabs(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vabs() argument
3186 vadd(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vadd() argument
3206 vadd(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vadd() argument
3223 vsub(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vsub() argument
3243 vsub(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vsub() argument
3260 vmul(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vmul() argument
3280 vmul(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vmul() argument
3297 vmla(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vmla() argument
3315 vmla(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vmla() argument
3330 vmls(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vmls() argument
3348 vmls(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vmls() argument
3363 vdiv(const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vdiv() argument
3383 vdiv(const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vdiv() argument
3400 vcmp(const DwVfpRegister src1, const DwVfpRegister src2, const Condition cond) vcmp() argument
3416 vcmp(const SwVfpRegister src1, const SwVfpRegister src2, const Condition cond) vcmp() argument
3430 vcmp(const DwVfpRegister src1, const double src2, const Condition cond) vcmp() argument
3444 vcmp(const SwVfpRegister src1, const float src2, const Condition cond) vcmp() argument
3521 vsel(Condition cond, const DwVfpRegister dst, const DwVfpRegister src1, const DwVfpRegister src2) vsel() argument
3553 vsel(Condition cond, const SwVfpRegister dst, const SwVfpRegister src1, const SwVfpRegister src2) vsel() argument
3585 vsqrt(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vsqrt() argument
3600 vsqrt(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vsqrt() argument
3613 vmsr(Register dst, Condition cond) vmsr() argument
3620 vmrs(Register dst, Condition cond) vmrs() argument
3731 vrintz(const SwVfpRegister dst, const SwVfpRegister src, const Condition cond) vrintz() argument
3744 vrintz(const DwVfpRegister dst, const DwVfpRegister src, const Condition cond) vrintz() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dpreparser.h472 void Initialize(const PreParserExpression& cond, PreParserStatement body, in Initialize() argument
474 void Initialize(PreParserStatement init, const PreParserExpression& cond, in Initialize() argument
1415 DesugarLexicalBindingsInForStatement( PreParserStatement loop, PreParserStatement init, const PreParserExpression& cond, PreParserStatement next, PreParserStatement body, Scope* inner_scope, const ForInfo& for_info) DesugarLexicalBindingsInForStatement() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2138 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_cond_jump() local
2166 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_cond_jumpi() local
2187 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_set_cond() local
2202 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i64_set_cond() local
2210 void EmitFloatSetCond(LiftoffAssembler* assm, Condition cond, Register dst, in EmitFloatSetCond() argument
2236 Condition cond = liftoff::ToCondition(liftoff_cond); emit_f32_set_cond() local
2244 Condition cond = liftoff::ToCondition(liftoff_cond); emit_f64_set_cond() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1614 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_cond_jump() local
1629 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_cond_jumpi() local
1647 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_set_cond() local
1658 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i64_set_cond() local
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1812 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_cond_jump() local
1827 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_cond_jumpi() local
1845 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i32_set_cond() local
1868 Condition cond = liftoff::ToCondition(liftoff_cond); in emit_i64_set_cond() local
1940 Condition cond in emit_f32_set_cond() local
1971 Condition cond = liftoff::ToCondition(liftoff_cond); emit_f64_set_cond() local
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard.h425 midgard_condition cond : 2; member
449 unsigned cond : 16; member
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_context.h772 boolean cond; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp533 const void* cond; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2257 ExprP<T> cond (const ExprP<bool>& test, in cond() function

Completed in 159 milliseconds

1...<<2122232425