Home
last modified time | relevance | path

Searched refs:OP_adc (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/opcodes/
Ds12z-opc.c1312 [0x50] = {OP_adc, -1, 0, three, z_reg, z_imm1234_0base},
1313 [0x51] = {OP_adc, -1, 0, three, z_reg, z_imm1234_0base},
1314 [0x52] = {OP_adc, -1, 0, three, z_reg, z_imm1234_0base},
1315 [0x53] = {OP_adc, -1, 0, three, z_reg, z_imm1234_0base},
1316 [0x54] = {OP_adc, -1, 0, two, z_reg, z_imm1234_0base},
1317 [0x55] = {OP_adc, -1, 0, two, z_reg, z_imm1234_0base},
1318 [0x56] = {OP_adc, -1, 0, five, z_reg, z_imm1234_0base},
1319 [0x57] = {OP_adc, -1, 0, five, z_reg, z_imm1234_0base},
1328 [0x60] = {OP_adc, -1, 0, opr_n_bytes_p1, z_reg, z_opr_decode},
1329 [0x61] = {OP_adc, -1, 0, opr_n_bytes_p1, z_reg, z_opr_decode},
[all …]
Ds12z-opc.h80 OP_adc, enumerator
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Ds12z-opc.c1312 [0x50] = {OP_adc, -1, 0, three, z_reg, z_imm1234_0base},
1313 [0x51] = {OP_adc, -1, 0, three, z_reg, z_imm1234_0base},
1314 [0x52] = {OP_adc, -1, 0, three, z_reg, z_imm1234_0base},
1315 [0x53] = {OP_adc, -1, 0, three, z_reg, z_imm1234_0base},
1316 [0x54] = {OP_adc, -1, 0, two, z_reg, z_imm1234_0base},
1317 [0x55] = {OP_adc, -1, 0, two, z_reg, z_imm1234_0base},
1318 [0x56] = {OP_adc, -1, 0, five, z_reg, z_imm1234_0base},
1319 [0x57] = {OP_adc, -1, 0, five, z_reg, z_imm1234_0base},
1328 [0x60] = {OP_adc, -1, 0, opr_n_bytes_p1, z_reg, z_opr_decode},
1329 [0x61] = {OP_adc, -1, 0, opr_n_bytes_p1, z_reg, z_opr_decode},
[all …]
Ds12z-opc.h80 OP_adc, enumerator
/netbsd/src/external/gpl3/gdb/dist/sim/avr/
Dinterp.c145 OP_adc, enumerator
457 return OP_adc; in decode()
1135 case OP_adc: in step_once()