Searched refs:bit_D (Results 1 – 1 of 1) sorted by relevance
13501 UInt bit_D = INSN(22,22); in decode_V8_instruction() local13510 UInt dd = isF64 ? ((bit_D << 4) | fld_d) : ((fld_d << 1) | bit_D); in decode_V8_instruction()13549 UInt bit_D = INSN(22,22); in decode_V8_instruction() local13556 UInt dd = isF64 ? ((bit_D << 4) | fld_d) : ((fld_d << 1) | bit_D); in decode_V8_instruction()13603 UInt bit_D = INSN(22,22); in decode_V8_instruction() local13609 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); in decode_V8_instruction()13643 UInt bit_D = INSN(22,22); in decode_V8_instruction() local13651 UInt dd = (fld_Vd << 1) | bit_D; in decode_V8_instruction()13704 UInt bit_D = INSN(22,22); in decode_V8_instruction() local13713 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); in decode_V8_instruction()[all …]