Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java55 JEQ(15), // Compare equal and branch, e.g. "jeq R0,5,label" enumConstant
644 Instruction instruction = new Instruction(Opcodes.JEQ); in addJumpIfR0Equals()
703 Instruction instruction = new Instruction(Opcodes.JEQ, Register.R1); in addJumpIfR0EqualsR1()