Home | History | Annotate | Download | only in config

Lines Matching defs:bytes

56 #define MAX_LITTLENUMS 6	/* (12 bytes) */
170 {"int", tic4x_cons, 4}, /* .int allocates 4 bytes. */
180 {"word", tic4x_cons, 4}, /* .word allocates 4 bytes. */
692 so we multiply it by 4 to get the number of bytes to allocate. */
832 tic4x_cons (int bytes)
852 switch (bytes)
877 int bytes;
880 bytes = 0;
890 bytes++;
896 bytes++;
913 bytes++;
919 if ( bytes&0x3 )
920 tic4x_emit_char (0, 4-(bytes&0x3));
1682 tinsn->nchars = 4; /* Instructions always 4 bytes. */
2375 /* Put out opcode word as a series of bytes in little endian order. */
2412 produce the bytes of data and relocation. */
2546 of type type, and store the appropriate bytes in *litP. The number
2955 /* Because we are talking lwords, not bytes, adjust alignment to do words */