Home
last modified time | relevance | path

Searched refs:opc3 (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Ddisassembler_arm.cc546 uint32_t opc3 = (instr >> 6) & 0x3; in DumpThumb32() local
558 opcode << (opc3 == 1 ? "vneg" : "vsqrt") << (dp_operation ? ".f64" : ".f32"); in DumpThumb32()
567 opcode << (opc3 == 1 ? "vcmp" : "vcmpe") << (dp_operation ? ".f64" : ".f32"); in DumpThumb32()