Home
last modified time | relevance | path

Searched defs:bitPos (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmaple_sparse_bitvector.h73 unsigned bitPos = 0; in ConvertToSet() local
89 unsigned bitPos = 0; in ConvertToSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp137 auto &bitPos = static_cast<ImmOperand &>(insn->GetOperand(kInsnSecondOpnd)); in FixShortBranches() local
Daarch64_peep.cpp1882 ImmOperand &bitPos = aarch64CGFunc->CreateImmOperand(n, k8BitSize, false); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp984 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, Label *label) in Tbz()
992 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, int32_t imm) in Tbz()
1001 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, Label *label) in Tbnz()
1009 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, int32_t imm) in Tbnz()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp184 uint32_t bitPos = 0; in GetIntegerSignificandBitCount() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.cpp791 … [[maybe_unused]] compiler::Reg reg, [[maybe_unused]] uint32_t bitPos, in EncodeBitTestAndBranch()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp449 void Aarch32Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, Reg reg, uint32_t bitPos, bool… in EncodeBitTestAndBranch()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp562 …::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitValu… in EncodeBitTestAndBranch()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp408 …::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitValu… in EncodeBitTestAndBranch()