Home
last modified time | relevance | path

Searched defs:WordCount (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp93 size_t WordCount = Size / 2; in encodeInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430MCCodeEmitter.cpp93 size_t WordCount = Size / 2; in encodeInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp272 size_t WordCount = Size / 2; in emitInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCCodeEmitter.cpp275 size_t WordCount = Size / 2; in emitInstruction() local
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A Dbit_vector.h885 static uint32_t WordCount(uint32_t bit_count) { in WordCount() function