Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddecode.c36 static int decode_thumb2(register_t pc, struct hsr_dabt *dabt, uint16_t hw1) in decode_thumb2() argument
46 switch ( (hw1 >> 9) & 0xf ) in decode_thumb2()
50 bool sign = (hw1 & (1u << 8)); in decode_thumb2()
51 bool load = (hw1 & (1u << 4)); in decode_thumb2()
53 if ( (hw1 & 0x0110) == 0x0100 ) in decode_thumb2()
57 if ( (hw1 & 0x0070) == 0x0070 ) in decode_thumb2()
70 update_dabt(dabt, rt, (hw1 >> 5) & 3, sign); in decode_thumb2()
81 gprintk(XENLOG_ERR, "unhandled THUMB2 instruction 0x%x%x\n", hw1, hw2); in decode_thumb2()

Completed in 2 milliseconds