Home
last modified time | relevance | path

Searched defs:mask (Results 1 - 25 of 80) sorted by relevance

1234

/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
H A Dlocation_mask.h34 void Init(const T &mask) in Init() argument
H A Dreg_alloc_base.cpp178 auto &mask = sf.GetSrc().IsFpRegister() ? vregs_mask_ : regs_mask_; in SetPreassignedRegisters() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
H A Dlocation_mask.h31 void Init(const T &mask) in Init() argument
/arkcompiler/runtime_core/libpandabase/tests/
H A Dregmask_test.cpp24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset() argument
61 TestDistance(RegMask mask, size_t bit, size_t bits_before, size_t bits_after) TestDistance() argument
[all...]
H A Dbit_memory_region_test.cpp40 uint32_t mask = 0; in TEST() local
65 uint32_t mask = 0; in TEST() local
H A Dbit_table_test.cpp396 uint64_t mask = (i == 64) ? std::numeric_limits<uint64_t>::max() : ((1ULL << i) - 1); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dregmask_test.cpp24 void CompareWithBitset(RegMask mask, BitsetType base) in CompareWithBitset() argument
61 TestDistance(RegMask mask, size_t bit, size_t bitsBefore, size_t bitsAfter) TestDistance() argument
[all...]
H A Dbit_memory_region_test.cpp42 uint32_t mask = 0; in TEST() local
67 uint32_t mask = 0; in TEST() local
H A Dbit_table_test.cpp408 uint64_t mask = (i == 64U) ? std::numeric_limits<uint64_t>::max() : ((1ULL << i) - 1L); in TEST_F() local
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
H A DXTexture.js[all...]
/arkcompiler/runtime_core/libpandafile/
H A Dbytecode_instruction-inl.h34 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dbytecode_instruction-inl.h32 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dir_build_intrinsics_ets.cpp48 auto mask = GetGraph()->CreateInstAnd(itype, GetPc(bcInst->GetAddress()), shift, FindOrCreateConstant(fpExpMask)); in BuildIsFiniteIntrinsic() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dreg_alloc_common_test.cpp31 void RunRegAllocatorsAndCheck(Graph *graph, RegMask mask, Checker checker) const in RunRegAllocatorsAndCheck() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dbitmap.cpp54 auto mask = GetBitMask(bitOffset); in AtomicTestAndSetBit() local
72 auto mask = GetBitMask(bitOffset); in AtomicTestAndClearBit() local
90 auto mask = GetBitMask(bitOffset); in AtomicTestBit() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_proxy_stub_builder.h63 GateRef mask = Int32LSL( in SetIsRevoked() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Darithmetic.h199 auto mask = std::numeric_limits<UnsignedUType>::digits - 1U; in HandleBitWiseArithmetic() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dvalue_numbering.cpp38 const size_t mask = entriesLength_ - 1; in VisitGate() local
93 size_t const mask = entriesLength_ - 1; in Grow() local
/arkcompiler/toolchain/websocket/
H A Dweb_socket_frame.h57 uint8_t mask = 0; member
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dgc_bitset.h88 GCBitsetWord mask = 0; in SetAllBits() local
[all...]
H A Dremembered_set.h50 bool InsertRange(uintptr_t begin, uintptr_t addr, uint32_t mask) in InsertRange() argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
H A Dinstruction.h91 S mask = static_cast<S>(ReadByte(byteoffset + i)) << (i * BYTE_WIDTH); in ReadHelper() local
/arkcompiler/runtime_core/static_core/compiler/aot/
H A Daot_manager.h100 auto mask = aotStringYoungSet_[idx]; in VisitAotStringRoots() local
/arkcompiler/runtime_core/static_core/compiler/code_info/
H A Dcode_info_builder.h82 void SetSavedCalleeRegsMask(uint32_t mask, uint32_t vmask) in SetSavedCalleeRegsMask() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dcountable_loop_parser.cpp260 const uint64_t mask = (1ULL << 63U); in SetIndexAndConstStep() local

Completed in 10 milliseconds

1234