Home | History | Annotate | Download | only in Utility

Lines Matching full:abcdefgh

322     const uint32_t abcdefgh = bits(opcode, 7, 0);
323 const uint32_t imm12 = i << 11 | imm3 << 8 | abcdefgh;
330 imm32 = abcdefgh;
334 imm32 = abcdefgh << 16 | abcdefgh;
338 imm32 = abcdefgh << 24 | abcdefgh << 8;
342 imm32 = abcdefgh << 24 | abcdefgh << 16 | abcdefgh << 8 | abcdefgh;