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

/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc13361 unsigned char lsb_index = UINTVAL (op1); local
13377 if (length == 0 || lsb_index >= bitsize)
13383 if (length + lsb_index > bitsize)
13384 length = bitsize - lsb_index;
13387 op2 = GEN_INT (lsb_index);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c11736 unsigned char lsb_index = INTVAL (op1) & 0xFF; local
11738 op2 = GEN_INT (lsb_index);

Completed in 303 milliseconds