Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.h52 LivenessStatus And(LivenessStatus left, LivenessStatus right) in And() function
/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 panda::os::CpuSet
/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 panda::os::CpuSet
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp870 void AsmAssembler::And(InsnSize insnSize, Reg srcReg, Reg destReg) in And() function in assembler::AsmAssembler
879 void AsmAssembler::And(InsnSize insnSize, const Mem &mem, Reg reg) in And() function in assembler::AsmAssembler
888 void AsmAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in And() function in assembler::AsmAssembler
897 void AsmAssembler::And(InsnSize insnSize, Reg reg, const Mem &mem) in And() function in assembler::AsmAssembler
906 void AsmAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in And() function in assembler::AsmAssembler
1831 void AsmAssembler::And(Reg srcReg, Reg destReg, bool isSingle) in And() function in assembler::AsmAssembler
1842 void AsmAssembler::And(const Mem &mem, Reg reg, bool isSingle) in And() function in assembler::AsmAssembler
Delf_assembler.cpp1556 void ElfAssembler::And(InsnSize insnSize, Reg srcReg, Reg destReg) in And() function in assembler::ElfAssembler
1561 void ElfAssembler::And(InsnSize insnSize, const Mem &mem, Reg reg) in And() function in assembler::ElfAssembler
1566 void ElfAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in And() function in assembler::ElfAssembler
1571 void ElfAssembler::And(InsnSize insnSize, Reg reg, const Mem &mem) in And() function in assembler::ElfAssembler
1576 void ElfAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in And() function in assembler::ElfAssembler
2196 void ElfAssembler::And(Reg srcReg, Reg destReg, bool isSingle) in And() function in assembler::ElfAssembler
2206 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/trampoline/aarch64/
Dasm_interpreter_call.cpp86 __ And(functionTypeRegister, bitFieldRegister.W(), LogicalImmediate::Create(0xFF, RegWSize)); in AsmInterpEntryDispatch() local
727 __ And(temp, temp, ret); in ResumeRspAndDispatch() local
733 __ And(temp.W(), temp.W(), LogicalImmediate::Create(0xFF, RegWSize)); in ResumeRspAndDispatch() local
753 __ And(temp.W(), temp.W(), in ResumeRspAndDispatch() local
1193 __ And(numVregs.W(), numVregs.W(), LogicalImmediate::Create( in GetNumVregsFromCallField() local
1202 __ And(declaredNumArgs.W(), declaredNumArgs.W(), LogicalImmediate::Create( in GetDeclaredNumArgsFromCallField() local
Doptimized_call.cpp215 __ And(expectedNumArgs, expectedNumArgs, in OptimizedCallAndPushUndefined() local
448 __ And(Register(X5).W(), Register(X5).W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local
496 __ And(jstype2, bitfield.W(), LogicalImmediate::Create(0xff, RegWSize)); in JSCallInternal() local
546 __ And(taggedValue, jsfunc, taggedValue); in JSCallCheck() local
556 __ And(jstype, bitfield, LogicalImmediate::Create(0xFF, RegWSize)); in JSCallCheck() local
Doptimized_fast_call.cpp126 __ And(expectedNumArgs, expectedNumArgs, in OptimizedFastCallAndPushUndefined() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h99 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h316 IntVal And(const IntVal &val, PrimType pType) const in And() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp687 void AssemblerAarch64::And(const Register &rd, const Register &rn, const LogicalImmediate &imm) in And() function in panda::ecmascript::aarch64::AssemblerAarch64
703 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.cpp54 JSTaggedValue BuiltinsAtomics::And(EcmaRuntimeCallInfo *argv) in And() function in panda::ecmascript::builtins::BuiltinsAtomics
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp1063 void AssemblerX64::And(Register src, Register dst) in And() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp526 __ And(jsFuncReg, rdx); in JSCallCheck() local
532 __ And(jsFuncReg, rdx); // IsSpecial in JSCallCheck() local
Dasm_interpreter_call.cpp1029 __ And(ret, temp); in ResumeRspAndDispatch() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp232 BoundsRange BoundsRange::And(const BoundsRange &range) in And() function in panda::compiler::BoundsRange
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp763 Expr LMIRBuilder::And(Type *type, Expr src1, Expr src2) in And() function in maple::litecg::LMIRBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp974 GateRef OperationsStubBuilder::And(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in And() function in panda::ecmascript::kungfu::OperationsStubBuilder
Dcall_signature.cpp133 DEF_CALL_SIGNATURE(And) in DEF_CALL_SIGNATURE() argument
/arkcompiler/runtime_core/static_core/compiler/tests/
Dir_builder_test.cpp2339 TEST_F(IrBuilderTest, And) in TEST_F() argument
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp2322 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