Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java56 JNE(16), // Compare not equal and branch, e.g. "jne R0,5,label" enumConstant
656 Instruction instruction = new Instruction(Opcodes.JNE); in addJumpIfR0NotEquals()
714 Instruction instruction = new Instruction(Opcodes.JNE, Register.R1); in addJumpIfR0NotEqualsR1()