Searched refs:fld_Vm (Results 1 – 1 of 1) sorted by relevance
13608 UInt fld_Vm = INSN(3,0); in decode_V8_instruction() local13610 UInt mm = isF64 ? ((bit_M << 4) | fld_Vm) : ((fld_Vm << 1) | bit_M); in decode_V8_instruction()13649 UInt fld_Vm = INSN(3,0); in decode_V8_instruction() local13652 UInt mm = isF64 ? ((bit_M << 4) | fld_Vm) : ((fld_Vm << 1) | bit_M); in decode_V8_instruction()13711 UInt fld_Vm = INSN(3,0); in decode_V8_instruction() local13715 UInt mm = isF64 ? ((bit_M << 4) | fld_Vm) : ((fld_Vm << 1) | bit_M); in decode_V8_instruction()13758 UInt fld_Vm = INSN(3,0); in decode_V8_instruction() local13760 UInt mm = isF64 ? ((bit_M << 4) | fld_Vm) : ((fld_Vm << 1) | bit_M); in decode_V8_instruction()13802 UInt fld_Vm = INSN(3,0); in decode_V8_instruction() local13807 UInt mm = (bit_M << 4) | fld_Vm; in decode_V8_instruction()[all …]