Searched refs:JEQ (Results 1 – 2 of 2) sorted by relevance
288 return append(new Instruction(Opcodes.JEQ).addTwosCompUnsigned(val).setTargetLabel(tgt)); in addJumpIfR0Equals()440 return append(new Instruction(Opcodes.JEQ, R1).setTargetLabel(tgt)); in addJumpIfR0EqualsR1()
84 JEQ(15), // Compare equal and branch, e.g. "jeq R0,5,label" enumConstant