Searched refs:bit_M (Results 1 – 1 of 1) sorted by relevance
13507 UInt bit_M = INSN(5,5); in decode_V8_instruction() local13512 UInt mm = isF64 ? ((bit_M << 4) | fld_m) : ((fld_m << 1) | bit_M); in decode_V8_instruction()13553 UInt bit_M = INSN(5,5); in decode_V8_instruction() local13557 UInt mm = isF64 ? ((bit_M << 4) | fld_m) : ((fld_m << 1) | bit_M); in decode_V8_instruction()13607 UInt bit_M = INSN(5,5); in decode_V8_instruction() local13610 UInt mm = isF64 ? ((bit_M << 4) | fld_Vm) : ((fld_Vm << 1) | bit_M); in decode_V8_instruction()13648 UInt bit_M = INSN(5,5); in decode_V8_instruction() local13652 UInt mm = isF64 ? ((bit_M << 4) | fld_Vm) : ((fld_Vm << 1) | bit_M); in decode_V8_instruction()13710 UInt bit_M = INSN(5,5); in decode_V8_instruction() local13715 UInt mm = isF64 ? ((bit_M << 4) | fld_Vm) : ((fld_Vm << 1) | bit_M); in decode_V8_instruction()[all …]