Home
last modified time | relevance | path

Searched refs:Bitwidth (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h67 uint32_t Bitwidth() const in Bitwidth() function
/arkcompiler/ets_frontend/es2panda/compiler/core/
DregAllocator.h97 limit_ = 1 << formatItem.Bitwidth();
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp123 limit = 1 << formatItem.Bitwidth(); in MatchFormat()
149 len += fi.Bitwidth() / BIT_WIDTH; in GetIRNodeWholeLength()