Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/src/android/net/apf/
DApfGenerator.java57 JGT(17), // Compare greater than and branch, e.g. "jgt R0,5,label" enumConstant
668 Instruction instruction = new Instruction(Opcodes.JGT); in addJumpIfR0GreaterThan()
725 Instruction instruction = new Instruction(Opcodes.JGT, Register.R1); in addJumpIfR0GreaterThanR1()