Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_fixshortbranch.cpp140 auto &bitPos = static_cast<ImmOperand &>(insn->GetOperand(kInsnSecondOpnd)); in FixShortBranches() local
H A Daarch64_peep.cpp1860 ImmOperand &bitPos = aarch64CGFunc->CreateImmOperand(n, k8BitSize, false); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmaple_sparse_bitvector.h73 unsigned bitPos = 0; in ConvertToSet() local
89 unsigned bitPos = 0; in ConvertToSet() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp988 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, Label *label) in Tbz() argument
996 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, int32_t imm) in Tbz() argument
1005 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, Label *label) in Tbnz() argument
1013 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, int32_t imm) in Tbnz() argument
[all...]
/arkcompiler/ets_frontend/es2panda/util/
H A Dhelpers.cpp197 uint32_t bitPos = 0; in GetIntegerSignificandBitCount() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.cpp766 EncodeBitTestAndBranch([[maybe_unused]] compiler::LabelHolder::LabelId id, [[maybe_unused]] compiler::Reg reg, [[maybe_unused]] uint32_t bitPos, [[maybe_unused]] bool bitValue) EncodeBitTestAndBranch() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp562 void Amd64Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitValue) in EncodeBitTestAndBranch() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp449 void Aarch32Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, Reg reg, uint32_t bitPos, bool bitValue) in EncodeBitTestAndBranch() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp408 void Aarch64Encoder::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitValue) in EncodeBitTestAndBranch() argument
413 GetMasm()->Tbnz(VixlReg(reg), bitPos, label); in EncodeBitTestAndBranch() local
415 GetMasm()->Tbz(VixlReg(reg), bitPos, label); in EncodeBitTestAndBranch() local

Completed in 28 milliseconds