Home
last modified time | relevance | path

Searched refs:valbytes (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Darm-dis.c2533 unsigned char valbytes[4]; in print_insn_neon() local
2538 valbytes[0] = value & 0xff; in print_insn_neon()
2539 valbytes[1] = (value >> 8) & 0xff; in print_insn_neon()
2540 valbytes[2] = (value >> 16) & 0xff; in print_insn_neon()
2541 valbytes[3] = (value >> 24) & 0xff; in print_insn_neon()
2543 floatformat_to_double (valbytes, &fvalue); in print_insn_neon()