Searched refs:fld_Vd (Results 1 – 1 of 1) sorted by relevance
13604 UInt fld_Vd = INSN(15,12); in decode_V8_instruction() local13609 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); in decode_V8_instruction()13645 UInt fld_Vd = INSN(15,12); in decode_V8_instruction() local13651 UInt dd = (fld_Vd << 1) | bit_D; in decode_V8_instruction()13706 UInt fld_Vd = INSN(15,12); in decode_V8_instruction() local13713 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); in decode_V8_instruction()13755 UInt fld_Vd = INSN(15,12); in decode_V8_instruction() local13759 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); in decode_V8_instruction()13798 UInt fld_Vd = INSN(15,12); in decode_V8_instruction() local13805 UInt dd = (bit_D << 4) | fld_Vd; in decode_V8_instruction()[all …]