Home
last modified time | relevance | path

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

/frameworks/base/services/net/java/android/net/apf/
DApfGenerator.java59 JSET(19), // Compare any bits set and branch, e.g. "jset R0,5,label" enumConstant
672 Instruction instruction = new Instruction(Opcodes.JSET); in addJumpIfR0AnyBitsSet()
727 Instruction instruction = new Instruction(Opcodes.JSET, Register.R1); in addJumpIfR0AnyBitsSetR1()