Searched refs:nibbles (Results 1 – 5 of 5) sorted by relevance
/arch/sh/kernel/ |
D | disassemble.c | 54 sh_nibble_type nibbles[4]; member 311 int i = op->nibbles[n]; in print_sh_insn()
|
/arch/arm/mm/ |
D | abort-lv4t.S | 94 orrne r6, r9, r6, lsr #4 @ combine nibbles } else
|
/arch/arm/lib/ |
D | lib1funcs.S | 56 @ at the left end of each 4 bit nibbles in the division loop
|
/arch/powerpc/kernel/ |
D | prom_init.c | 306 int i, nibbles = sizeof(val)*2; in prom_print_hex() local 309 for (i = nibbles-1; i >= 0; i--) { in prom_print_hex() 315 buf[nibbles] = '\0'; in prom_print_hex() 316 call_prom("write", 3, 1, prom.stdout, buf, nibbles); in prom_print_hex()
|
/arch/m68k/fpsp040/ |
D | decbin.S | 144 movel #EDIGITS,%d2 |# of nibbles (digits) in fraction part
|