Searched refs:imm10h (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/sim/arm/
H A Dthumbemu.c226 ARMword imm10h = tBITS (0, 9); local
231 simm32 = (I1 << 23) | (I2 << 22) | (imm10h << 12) | (imm10l << 2);
/netbsd-current/external/gpl3/gdb/dist/sim/arm/
H A Dthumbemu.c229 ARMword imm10h = tBITS (0, 9); local
234 simm32 = (I1 << 23) | (I2 << 22) | (imm10h << 12) | (imm10l << 2);

Completed in 81 milliseconds