Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c13507 UInt bit_M = INSN(5,5); in decode_V8_instruction() local
13512 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() local
13557 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() local
13610 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() local
13652 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() local
13715 UInt mm = isF64 ? ((bit_M << 4) | fld_Vm) : ((fld_Vm << 1) | bit_M); in decode_V8_instruction()
[all …]