Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfNewTest.kt2345 val immLengthEncoding = if (immLength == 4) 3 else immLength in encodeInstruction() constant
2346 return opcode.shl(3).or(immLengthEncoding.shl(1)).or(register).toByte() in encodeInstruction()