Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java56 JNE(16), // Compare not equal and branch, e.g. "jne R0,5,label" enumConstant
636 Instruction instruction = new Instruction(Opcodes.JNE); in addJumpIfR0NotEquals()
694 Instruction instruction = new Instruction(Opcodes.JNE, Register.R1); in addJumpIfR0NotEqualsR1()