Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c13705 UInt fld_Vn = INSN(19,16); in decode_V8_instruction() local
13714 UInt nn = isF64 ? ((bit_N << 4) | fld_Vn) : ((fld_Vn << 1) | bit_N); in decode_V8_instruction()
13797 UInt fld_Vn = INSN(19,16); in decode_V8_instruction() local
13806 UInt nn = (bit_N << 4) | fld_Vn; in decode_V8_instruction()