Searched refs:rbit (Results 1 – 2 of 2) sorted by relevance
360 Instruction(Opcodes opcode, Rbit rbit) { in Instruction() argument362 mRbit = rbit; in Instruction()369 Instruction(ExtendedOpcodes extendedOpcodes, Rbit rbit) { in Instruction() argument370 this(Opcodes.EXT, rbit); in Instruction()
453 final Rbit rbit = jumpOnMatch ? Rbit1 : Rbit0; in addJumpIfBytesAtR0EqualsHelper() local455 return append(new Instruction(Opcodes.JBSMATCH, rbit) in addJumpIfBytesAtR0EqualsHelper()