Home | History | Annotate | Download | only in priv

Lines Matching refs:reformatted

8867       UInt reformatted = INSN(23,0);
8868 reformatted |= (INSN(28,28) << 24); // U bit
8869 reformatted |= (BITS7(1,1,1,1,0,0,1) << 25);
8870 return dis_neon_data_processing(reformatted, condT);
8882 UInt reformatted = INSN(23,0);
8883 reformatted |= (BITS8(1,1,1,1,0,1,0,0) << 24);
8884 return dis_neon_load_or_store(reformatted, isT, condT);