Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h241 static bool InRangeN(int32_t x, uint32_t n) in InRangeN() function
250 return InRangeN(x, 8); in InRange8()