Searched refs:JSET (Results 1 – 2 of 2) sorted by relevance
384 return append(new Instruction(Opcodes.JSET).addTwosCompUnsigned(val).setTargetLabel(tgt)); in addJumpIfR0AnyBitsSet()472 return append(new Instruction(Opcodes.JSET, R1).setTargetLabel(tgt)); in addJumpIfR0AnyBitsSetR1()
88 JSET(19), // Compare any bits set and branch, e.g. "jset R0,5,label" enumConstant