Lines Matching full:imm12
1585 static Instr ImmLSUnsigned(int imm12) {1586 VIXL_ASSERT(is_uint12(imm12));1587 return imm12 << ImmLSUnsigned_offset;