Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c13604 UInt fld_Vd = INSN(15,12); in decode_V8_instruction() local
13609 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() local
13651 UInt dd = (fld_Vd << 1) | bit_D; in decode_V8_instruction()
13706 UInt fld_Vd = INSN(15,12); in decode_V8_instruction() local
13713 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() local
13759 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() local
13805 UInt dd = (bit_D << 4) | fld_Vd; in decode_V8_instruction()
[all …]