Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_arm_toIR.c14274 UInt insn28, in decode_CP10_CP11_instruction() argument
14280 # define INSN(_bMax,_bMin) SLICE_UInt(insn28, (_bMax), (_bMin)) in decode_CP10_CP11_instruction()
14317 UInt bP = (insn28 >> 24) & 1; in decode_CP10_CP11_instruction()
14318 UInt bU = (insn28 >> 23) & 1; in decode_CP10_CP11_instruction()
14319 UInt bW = (insn28 >> 21) & 1; in decode_CP10_CP11_instruction()
14320 UInt bL = (insn28 >> 20) & 1; in decode_CP10_CP11_instruction()
14321 UInt offset = (insn28 >> 0) & 0xFF; in decode_CP10_CP11_instruction()
14454 UInt bP = (insn28 >> 24) & 1; in decode_CP10_CP11_instruction()
14455 UInt bU = (insn28 >> 23) & 1; in decode_CP10_CP11_instruction()
14456 UInt bW = (insn28 >> 21) & 1; in decode_CP10_CP11_instruction()
[all …]