Searched refs:abcdebits (Results 1 – 1 of 1) sorted by relevance
15781 unsigned abcdebits = 0; in do_neon_mov() local15806 case 8: abcdebits = (et.type == NT_signed) ? 0x08 : 0x18; break; in do_neon_mov()15807 case 16: abcdebits = (et.type == NT_signed) ? 0x01 : 0x11; break; in do_neon_mov()15808 case 32: abcdebits = 0x00; break; in do_neon_mov()15812 abcdebits |= x << logsize; in do_neon_mov()15818 inst.instruction |= (abcdebits & 3) << 5; in do_neon_mov()15819 inst.instruction |= (abcdebits >> 2) << 21; in do_neon_mov()