Searched refs:aop0 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dbfin-dis.c512 amod0amod2 (int s0, int x0, int aop0, disassemble_info *outf) argument
514 if (s0 == 1 && x0 == 0 && aop0 == 0)
516 else if (s0 == 0 && x0 == 1 && aop0 == 0)
518 else if (s0 == 1 && x0 == 1 && aop0 == 0)
520 else if (s0 == 0 && x0 == 0 && aop0 == 2)
522 else if (s0 == 1 && x0 == 0 && aop0 == 2)
524 else if (s0 == 0 && x0 == 1 && aop0 == 2)
526 else if (s0 == 1 && x0 == 1 && aop0 == 2)
528 else if (s0 == 0 && x0 == 0 && aop0 == 3)
530 else if (s0 == 1 && x0 == 0 && aop0
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dbfin-dis.c512 amod0amod2 (int s0, int x0, int aop0, disassemble_info *outf) argument
514 if (s0 == 1 && x0 == 0 && aop0 == 0)
516 else if (s0 == 0 && x0 == 1 && aop0 == 0)
518 else if (s0 == 1 && x0 == 1 && aop0 == 0)
520 else if (s0 == 0 && x0 == 0 && aop0 == 2)
522 else if (s0 == 1 && x0 == 0 && aop0 == 2)
524 else if (s0 == 0 && x0 == 1 && aop0 == 2)
526 else if (s0 == 1 && x0 == 1 && aop0 == 2)
528 else if (s0 == 0 && x0 == 0 && aop0 == 3)
530 else if (s0 == 1 && x0 == 0 && aop0
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dbfin-dis.c512 amod0amod2 (int s0, int x0, int aop0, disassemble_info *outf) argument
514 if (s0 == 1 && x0 == 0 && aop0 == 0)
516 else if (s0 == 0 && x0 == 1 && aop0 == 0)
518 else if (s0 == 1 && x0 == 1 && aop0 == 0)
520 else if (s0 == 0 && x0 == 0 && aop0 == 2)
522 else if (s0 == 1 && x0 == 0 && aop0 == 2)
524 else if (s0 == 0 && x0 == 1 && aop0 == 2)
526 else if (s0 == 1 && x0 == 1 && aop0 == 2)
528 else if (s0 == 0 && x0 == 0 && aop0 == 3)
530 else if (s0 == 1 && x0 == 0 && aop0
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dbfin-dis.c512 amod0amod2 (int s0, int x0, int aop0, disassemble_info *outf) argument
514 if (s0 == 1 && x0 == 0 && aop0 == 0)
516 else if (s0 == 0 && x0 == 1 && aop0 == 0)
518 else if (s0 == 1 && x0 == 1 && aop0 == 0)
520 else if (s0 == 0 && x0 == 0 && aop0 == 2)
522 else if (s0 == 1 && x0 == 0 && aop0 == 2)
524 else if (s0 == 0 && x0 == 1 && aop0 == 2)
526 else if (s0 == 1 && x0 == 1 && aop0 == 2)
528 else if (s0 == 0 && x0 == 0 && aop0 == 3)
530 else if (s0 == 1 && x0 == 0 && aop0
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-fold.c1310 tree aop0 = TREE_OPERAND (op, 0); local
1311 if (TREE_CODE (aop0) == INDIRECT_REF
1312 && TREE_CODE (TREE_OPERAND (aop0, 0)) == SSA_NAME)
1313 return get_range_strlen (TREE_OPERAND (aop0, 0), visited, rkind,
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.cc1558 tree aop0 = TREE_OPERAND (op, 0); local
1559 if (TREE_CODE (aop0) == INDIRECT_REF
1560 && TREE_CODE (TREE_OPERAND (aop0, 0)) == SSA_NAME)
1561 return get_range_strlen (TREE_OPERAND (aop0, 0), visited, rkind,
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dbfin-sim.c427 amod0amod2 (int s0, int x0, int aop0) argument
435 int i = s0 + (x0 << 1) + (aop0 << 2);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dbfin-sim.c429 amod0amod2 (int s0, int x0, int aop0) argument
437 int i = s0 + (x0 << 1) + (aop0 << 2);

Completed in 468 milliseconds