Searched refs:lb (Results 1 – 3 of 3) sorted by relevance
1086 sh5e[lb]-*)1170 | arm | arm[lb]e | arme[lb] | armv* \1237 | sh[1234] | sh[24]a | sh[24]ae[lb] | sh[23]e | she[lb] | sh[lb]e \1238 | sh[1234]e[lb] | sh[12345][lb]e | sh[23]ele | sh64 | sh64le \
278 struct bhdr *b, *lb; in ADD_REGION() local287 lb = GET_NEXT_BLOCK(b->ptr.buffer, b->size & BLOCK_SIZE_MASK); in ADD_REGION()288 lb->prev_hdr = b; in ADD_REGION()289 lb->size = 0 | USED_BLOCK | PREV_FREE; in ADD_REGION()
4172 int lb, ub, idx; in x86_emulate() local4179 lb = (op_bytes == 2) ? (int16_t)src.val : (int32_t)src.val; in x86_emulate()4181 generate_exception_if((idx < lb) || (idx > ub), EXC_BR); in x86_emulate()
Completed in 21 milliseconds