Searched refs:encodeInstruction (Results 1 – 1 of 1) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/ |
D | ApfGeneratorTest.kt | 460 byteArrayOf(encodeInstruction(opcode = 0, immLength = 0, register = 0)), in testApfInstructionsEncoding() 473 byteArrayOf(encodeInstruction(opcode = 0, immLength = 0, register = 1)), in testApfInstructionsEncoding() 487 encodeInstruction(opcode = 0, immLength = 1, register = 0), in testApfInstructionsEncoding() 503 encodeInstruction(opcode = 0, immLength = 2, register = 1), in testApfInstructionsEncoding() 520 encodeInstruction(opcode = 0, immLength = 1, register = 0), in testApfInstructionsEncoding() 537 encodeInstruction(opcode = 0, immLength = 1, register = 1), in testApfInstructionsEncoding() 556 encodeInstruction(opcode = 21, immLength = 1, register = 0), in testApfInstructionsEncoding() 558 encodeInstruction(opcode = 21, immLength = 1, register = 1), in testApfInstructionsEncoding() 577 encodeInstruction(opcode = 21, immLength = 1, register = 0), in testApfInstructionsEncoding() 579 encodeInstruction(opcode = 21, immLength = 1, register = 1), 37, 30, 40, 50, 1, 0 in testApfInstructionsEncoding() [all …]
|