Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java57 JGT(17), // Compare greater than and branch, e.g. "jgt R0,5,label" enumConstant
648 Instruction instruction = new Instruction(Opcodes.JGT); in addJumpIfR0GreaterThan()
705 Instruction instruction = new Instruction(Opcodes.JGT, Register.R1); in addJumpIfR0GreaterThanR1()