Searched defs:bitPos (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | maple_sparse_bitvector.h | 73 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/ |
| D | aarch64_fixshortbranch.cpp | 137 auto &bitPos = static_cast<ImmOperand &>(insn->GetOperand(kInsnSecondOpnd)); in FixShortBranches() local
|
| D | aarch64_peep.cpp | 1882 ImmOperand &bitPos = aarch64CGFunc->CreateImmOperand(n, k8BitSize, false); in Run() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 984 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/ |
| D | helpers.cpp | 184 uint32_t bitPos = 0; in GetIntegerSignificandBitCount() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | encode.cpp | 791 … [[maybe_unused]] compiler::Reg reg, [[maybe_unused]] uint32_t bitPos, in EncodeBitTestAndBranch()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | encode.cpp | 449 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/ |
| D | encode.cpp | 562 …::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/ |
| D | encode.cpp | 408 …::EncodeBitTestAndBranch(LabelHolder::LabelId id, compiler::Reg reg, uint32_t bitPos, bool bitValu… in EncodeBitTestAndBranch()
|