Home
last modified time | relevance | path

Searched defs:And (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DaliveAnalyzer.h52 LivenessStatus And(LivenessStatus left, LivenessStatus right) in And() function in ark::es2panda::ark::es2panda::checker::AliveAnalyzer
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dcpu_affinity.cpp87 void CpuSet::And(CpuSet &result, const CpuSet &lhs, const CpuSet &rhs) in And() function in ark::os::CpuSet
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A 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/
H A Dcircuit_builder-inl.h198 LogicAndBuilder &LogicAndBuilder::And(GateRef check) in And() function in panda::ecmascript::kungfu::LogicAndBuilder
H A Doperations_stub_builder.cpp974 GateRef OperationsStubBuilder::And(GateRef glue, GateRef left, GateRef right, ProfileOperation callback) in And() function in panda::ecmascript::kungfu::OperationsStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmaple_sparse_bitvector.h100 bool And(const MapleSparseBitVectorElement &rhs, bool &becameZero) in And() function
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_atomics.cpp55 JSTaggedValue BuiltinsAtomics::And(EcmaRuntimeCallInfo *argv) in And() function in panda::ecmascript::builtins::BuiltinsAtomics
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_int_val.h343 IntVal And(const IntVal &val, PrimType pType) const in And() function in maple::IntVal
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dlowering_test.cpp273 ASSERT_EQ(INS(8U).GetPrev()->GetOpcode(), Opcode::And); in TEST_F() member in ark::compiler::Opcode
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A Dassembler_x64.cpp1081 void AssemblerX64::And(Register src, Register dst) in And() function in panda::ecmascript::x64::AssemblerX64
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A 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/runtime_core/static_core/compiler/optimizer/analysis/
H A Dbounds_analysis.cpp261 BoundsRange BoundsRange::And(const BoundsRange &range) in And() function in ark::compiler::BoundsRange
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp877 void AsmAssembler::And(InsnSize insnSize, Reg srcReg, Reg destReg) in And() function in assembler::AsmAssembler
886 void AsmAssembler::And(InsnSize insnSize, const Mem &mem, Reg reg) in And() function in assembler::AsmAssembler
895 void AsmAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in And() function in assembler::AsmAssembler
904 void AsmAssembler::And(InsnSize insnSize, Reg reg, const Mem &mem) in And() function in assembler::AsmAssembler
913 void AsmAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in And() function in assembler::AsmAssembler
1848 void AsmAssembler::And(Reg srcReg, Reg destReg, bool isSingle) in And() function in assembler::AsmAssembler
1859 void AsmAssembler::And(const Mem &mem, Reg reg, bool isSingle) in And() function in assembler::AsmAssembler
H A Delf_assembler.cpp1580 void ElfAssembler::And(InsnSize insnSize, Reg srcReg, Reg destReg) in And() function in ElfAssembler
1585 void ElfAssembler::And(InsnSize insnSize, const Mem &mem, Reg reg) in And() function in ElfAssembler
1590 void ElfAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, Reg reg) in And() function in ElfAssembler
1595 void ElfAssembler::And(InsnSize insnSize, Reg reg, const Mem &mem) in And() function in ElfAssembler
1600 void ElfAssembler::And(InsnSize insnSize, const ImmOpnd &immOpnd, const Mem &mem) in And() function in ElfAssembler
2226 void ElfAssembler::And(Reg srcReg, Reg destReg, bool isSingle) in And() function in ElfAssembler
2236 void ElfAssembler::And(const Mem &mem, Reg reg, bool isSingle) in And() function in ElfAssembler
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp641 Expr LMIRBuilder::And(Type *type, Expr src1, Expr src2) in And() function in maple::litecg::LMIRBuilder

Completed in 39 milliseconds