Searched refs:CX (Results 1 – 3 of 3) sorted by relevance
/qemu/target/rx/ |
H A D | cpu.h | 53 FIELD(FPSW, CX, 6, 1)
|
/qemu/target/i386/emulate/ |
H A D | x86.h | 230 #define CX(cpu) RX(cpu, R_ECX) macro
|
/qemu/target/i386/tcg/ |
H A D | decode-new.c.inc | 1704 [0xE0] = X86_OP_ENTRYr(LOOPNE, J,b), /* implicit: CX with aflag size */ 1705 [0xE1] = X86_OP_ENTRYr(LOOPE, J,b), /* implicit: CX with aflag size */ 1706 [0xE2] = X86_OP_ENTRYr(LOOP, J,b), /* implicit: CX with aflag size */ 1707 [0xE3] = X86_OP_ENTRYr(JCXZ, J,b), /* implicit: CX with aflag size */
|