Searched refs:type2_regs (Results 1 – 4 of 4) sorted by relevance
/netbsd/external/gpl3/gdb/dist/sim/v850/ |
H A D | sim-main.h | 667 extern int type2_regs[];
|
H A D | simops.c | 43 int type2_regs[16] = { 3, 2, 1, 0, 27, 26, 25, 24, 31, 30, 29, 28, 23, 22, 20, 21}; variable 2748 if ((OP[3] & (1 << type2_regs[ i ]))) in OP_307F0() 2812 if ((OP[3] & (1 << type2_regs[ i ]))) in OP_307E0()
|
/netbsd/external/gpl3/gdb.old/dist/sim/v850/ |
H A D | sim-main.h | 667 extern int type2_regs[];
|
H A D | simops.c | 43 int type2_regs[16] = { 3, 2, 1, 0, 27, 26, 25, 24, 31, 30, 29, 28, 23, 22, 20, 21}; variable 2748 if ((OP[3] & (1 << type2_regs[ i ]))) in OP_307F0() 2812 if ((OP[3] & (1 << type2_regs[ i ]))) in OP_307E0()
|