Searched defs:instruction (Results 1 – 1 of 1) sorted by relevance
393 private void addInstruction(Instruction instruction) { in addInstruction()416 Instruction instruction = new Instruction(Opcodes.LABEL); in defineLabel() local426 Instruction instruction = new Instruction(Opcodes.JMP); in addJump() local437 Instruction instruction = new Instruction(Opcodes.LDB, register); in addLoad8() local448 Instruction instruction = new Instruction(Opcodes.LDH, register); in addLoad16() local459 Instruction instruction = new Instruction(Opcodes.LDW, register); in addLoad32() local471 Instruction instruction = new Instruction(Opcodes.LDBX, register); in addLoad8Indexed() local483 Instruction instruction = new Instruction(Opcodes.LDHX, register); in addLoad16Indexed() local495 Instruction instruction = new Instruction(Opcodes.LDWX, register); in addLoad32Indexed() local505 Instruction instruction = new Instruction(Opcodes.ADD); in addAdd() local[all …]