Home
last modified time | relevance | path

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

/qemu/target/arm/tcg/
H A Da32-uncond.decode39 &cps mode imod M A I F
43 CPS 1111 0001 0000 imod:2 M:1 0 0000 000 A:1 I:1 F:1 0 mode:5 \
H A Dt16.decode36 &cps !extern mode imod M A I F
207 %imod 4:1 !function=plus_2
211 CPS 1011 0110 011 . 0 A:1 I:1 F:1 &cps mode=0 M=0 %imod
H A Dt32.decode47 &cps !extern mode imod M A I F
383 # If imod == '00' && M == '0' then SEE "Hint instructions", above.
384 CPS 1111 0011 1010 1111 1000 0 imod:2 M:1 A:1 I:1 F:1 mode:5 \
H A Dtranslate.c7083 if (a->imod & 2) { in trans_CPS()
7093 if (a->imod & 1) { in trans_CPS()
/qemu/hw/usb/
H A Dhcd-xhci.h154 uint32_t imod; member
H A Dhcd-xhci.c2722 xhci->intr[i].imod = 0; in xhci_reset()
3049 ret = intr->imod; in xhci_runtime_read()
3099 intr->imod = val; in xhci_runtime_write()
3576 VMSTATE_UINT32(imod, XHCIInterrupter),