Lines Matching full:opc2
2165 // cond(31-28) | 11101(27-23)| D(22) | 11(21-20) | 1(19) | opc2(18-16) |2169 int sz, opc2, op;2172 opc2 = IsSignedVFPType(dst_type) ? 0x5 : 0x4;2177 opc2 = 0x0;2182 return (cond | 0xE*B24 | B23 | D*B22 | 0x3*B20 | B19 | opc2*B16 |