Home
last modified time | relevance | path

Searched refs:GET_ARN (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/dps8/
H A Ddps8_eis.c1611 word3 n = GET_ARN (opDesc);
1954 uint ARn = GET_ARN (cpu.cu.IWB);
2039 uint ARn = GET_ARN (cpu.cu.IWB);
2086 uint ARn = GET_ARN (cpu.cu.IWB);
2156 uint ARn = GET_ARN (cpu.cu.IWB);
2215 uint ARn = GET_ARN (cpu.cu.IWB);
2360 uint ARn = GET_ARN (cpu.cu.IWB);
2400 uint ARn = GET_ARN (cpu.cu.IWB);
2436 uint ARn = GET_ARN (cpu.cu.IWB);
2474 uint ARn = GET_ARN (cpu.cu.IWB);
[all …]
H A Ddps8_hw_consts.h433 # define GET_ARN(x) ((word3) (((x) >> INST_V_ARN) & INST_M_ARN)) macro