Home
last modified time | relevance | path

Searched defs:And (Results 1 – 24 of 24) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.h52 LivenessStatus And(LivenessStatus left, LivenessStatus right) in And() function
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dasm_interpreter_call.cpp76 __ And(functionTypeRegister, bitFieldRegister.W(), LogicalImmediate::Create(0xFF, RegWSize)); in AsmInterpEntryDispatch() local
753 __ And(temp, temp, ret); in ResumeRspAndDispatch() local
759 __ And(temp.W(), temp.W(), LogicalImmediate::Create(0xFF, RegWSize)); in ResumeRspAndDispatch() local
779 __ And(temp.W(), temp.W(), in ResumeRspAndDispatch() local
869 __ And(temp, temp, ret); in ResumeRspAndReturnBaseline() local
875 __ And(temp.W(), temp.W(), LogicalImmediate::Create(0xFF, RegWSize)); in ResumeRspAndReturnBaseline() local
892 __ And(temp.W(), temp.W(), in ResumeRspAndReturnBaseline() local
1316 …__ And(X15, X3, LogicalImmediate::Create(~(JSTaggedValue::TAG_MARK | DEFAULT_REGION_MASK), RegXSiz… in ASMFastWriteBarrier() local
1340 …__ And(X15, X1, LogicalImmediate::Create(~(JSTaggedValue::TAG_MARK | DEFAULT_REGION_MASK), RegXSiz… in ASMFastWriteBarrier() local
1411 …__ And(X15, X1, LogicalImmediate::Create(~(JSTaggedValue::TAG_MARK | DEFAULT_REGION_MASK), RegXSiz… in ASMFastSharedWriteBarrier() local
[all …]
Doptimized_call.cpp212 __ And(expectedNumArgs, expectedNumArgs, in OptimizedCallAndPushArgv() local
504 __ And(Register(X5).W(), Register(X5).W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local
590 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local
732 __ And(tempArgc, tempArgc, in FastCallToAsmInterBridge() local
836 __ And(argc, argc, in FastCallToAsmInterBridge() local
868 __ And(taggedValue, jsfunc, taggedValue); in JSCallCheck() local
878 __ And(jstype, bitfield, LogicalImmediate::Create(0xFF, RegWSize)); in JSCallCheck() local
Doptimized_fast_call.cpp117 __ And(expectedNumArgs, expectedNumArgs, in OptimizedFastCallAndPushArgv() local
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dcpu_affinity.cpp87 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And() function in ark::os::CpuSet
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h198 LogicAndBuilder &LogicAndBuilder::And(GateRef check) in And() function
Doperations_stub_builder.cpp972 GateRef OperationsStubBuilder::And(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in And() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dcall_signature.cpp130 DEF_CALL_SIGNATURE(And) in DEF_CALL_SIGNATURE() argument
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dcpu_affinity.cpp82 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And() function in ark::os::CpuSet
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp875 void AsmAssembler::And(InsnSize insnSize, Reg srcReg, Reg destReg) in And() function in assembler::AsmAssembler
884 void AsmAssembler::And(InsnSize insnSize, const Mem &mem, Reg reg) in And() function in assembler::AsmAssembler
893 void AsmAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in And() function in assembler::AsmAssembler
902 void AsmAssembler::And(InsnSize insnSize, Reg reg, const Mem &mem) in And() function in assembler::AsmAssembler
911 void AsmAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in And() function in assembler::AsmAssembler
1846 void AsmAssembler::And(Reg srcReg, Reg destReg, bool isSingle) in And() function in assembler::AsmAssembler
1857 void AsmAssembler::And(const Mem &mem, Reg reg, bool isSingle) in And() function in assembler::AsmAssembler
Delf_assembler.cpp1579 void ElfAssembler::And(InsnSize insnSize, Reg srcReg, Reg destReg) in And() function in assembler::ElfAssembler
1584 void ElfAssembler::And(InsnSize insnSize, const Mem &mem, Reg reg) in And() function in assembler::ElfAssembler
1589 void ElfAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in And() function in assembler::ElfAssembler
1594 void ElfAssembler::And(InsnSize insnSize, Reg reg, const Mem &mem) in And() function in assembler::ElfAssembler
1599 void ElfAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in And() function in assembler::ElfAssembler
2225 void ElfAssembler::And(Reg srcReg, Reg destReg, bool isSingle) in And() function in assembler::ElfAssembler
2235 void ElfAssembler::And(const Mem &mem, Reg reg, bool isSingle) in And() function in assembler::ElfAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
Dassembler_x64_test.cpp389 __ And(rax, rdx); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h100 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() function
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dasm_interpreter_call.cpp1184 __ And(ret, temp); in ResumeRspAndDispatch() local
1462 __ And(ret, temp); in ResumeRspAndReturnBaseline() local
1694 __ And(rcx, r11); // r11 is the region address of value. in ASMFastWriteBarrier() local
1717 __ And(rsi, r11); // r11 is the region address of obj. in ASMFastWriteBarrier() local
1785 __ And(rsi, r11); // r11: region address of obj. in ASMFastSharedWriteBarrier() local
1797 __ And(rsi, r11); // r11: region address of obj. in ASMFastSharedWriteBarrier() local
1814 __ And(rsi, r12); // obj & DEFAULT_REGION_MASK => r12 is obj's offset to region in ASMFastSharedWriteBarrier() local
Doptimized_call.cpp822 __ And(jsFuncReg, rdx); in JSCallCheck() local
828 __ And(jsFuncReg, rdx); // IsSpecial in JSCallCheck() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h343 IntVal And(const IntVal &val, PrimType pType) const in And() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp683 void AssemblerAarch64::And(const Register &rd, const Register &rn, const LogicalImmediate &imm) in And() function in panda::ecmascript::aarch64::AssemblerAarch64
699 void AssemblerAarch64::And(const Register &rd, const Register &rn, const Operand &operand) in And() function in panda::ecmascript::aarch64::AssemblerAarch64
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_atomics.cpp55 JSTaggedValue BuiltinsAtomics::And(EcmaRuntimeCallInfo *argv) in And() function in panda::ecmascript::builtins::BuiltinsAtomics
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1081 void AssemblerX64::And(Register src, Register dst) in And() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp649 Expr LMIRBuilder::And(Type *type, Expr src1, Expr src2) in And() function in maple::litecg::LMIRBuilder
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp261 BoundsRange BoundsRange::And(const BoundsRange &range) in And() function in ark::compiler::BoundsRange
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp2322 TEST_F(IrBuilderTest, And) in TEST_F() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dir_builder_test.cpp2344 TEST_F(IrBuilderTest, And) in TEST_F() argument
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument