Home | History | Annotate | Download | only in apf

Lines Matching defs:opcode

62         String opcode = line.substring(6, 10).trim();
64 switch (opcode) {
71 Register dest = opcode.contains("x") ? Register.R1 : Register.R0;
73 if (!opcode.equals("ldxb")) {
80 if (!opcode.equals("ld")) {
87 if (!opcode.equals("ld")) {
94 if (!opcode.startsWith("ld")) {
110 switch (opcode) {
126 switch (opcode) {
144 Register src = opcode.contains("x") ? Register.R1 : Register.R0;
162 switch(opcode) {
180 switch(opcode) {
216 switch (opcode) {