Searched refs:opc3 (Results 1 – 1 of 1) sorted by relevance
546 uint32_t opc3 = (instr >> 6) & 0x3; in DumpThumb32() local558 opcode << (opc3 == 1 ? "vneg" : "vsqrt") << (dp_operation ? ".f64" : ".f32"); in DumpThumb32()567 opcode << (opc3 == 1 ? "vcmp" : "vcmpe") << (dp_operation ? ".f64" : ".f32"); in DumpThumb32()