Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c12808 UInt insn28, in decode_CP10_CP11_instruction() argument
12814 # define INSN(_bMax,_bMin) SLICE_UInt(insn28, (_bMax), (_bMin)) in decode_CP10_CP11_instruction()
12851 UInt bP = (insn28 >> 24) & 1; in decode_CP10_CP11_instruction()
12852 UInt bU = (insn28 >> 23) & 1; in decode_CP10_CP11_instruction()
12853 UInt bW = (insn28 >> 21) & 1; in decode_CP10_CP11_instruction()
12854 UInt bL = (insn28 >> 20) & 1; in decode_CP10_CP11_instruction()
12855 UInt offset = (insn28 >> 0) & 0xFF; in decode_CP10_CP11_instruction()
12988 UInt bP = (insn28 >> 24) & 1; in decode_CP10_CP11_instruction()
12989 UInt bU = (insn28 >> 23) & 1; in decode_CP10_CP11_instruction()
12990 UInt bW = (insn28 >> 21) & 1; in decode_CP10_CP11_instruction()
[all …]