Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c13501 UInt bit_D = INSN(22,22); in decode_V8_instruction() local
13510 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() local
13556 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() local
13609 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() local
13651 UInt dd = (fld_Vd << 1) | bit_D; in decode_V8_instruction()
13704 UInt bit_D = INSN(22,22); in decode_V8_instruction() local
13713 UInt dd = isF64 ? ((bit_D << 4) | fld_Vd) : ((fld_Vd << 1) | bit_D); in decode_V8_instruction()
[all …]