Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py268 rex = re.compile(r"C:\s*(\d+).*Min:\s*(\d+).*Avg:\s*(\d+).*Max:\s*(\d+)") variable
287 m = rex.search(line.decode('utf-8'))
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc2555 int rex;
2556 rex = -1;
2605 rex = b;
2631 /* 4.1.1-4.1.3: No preceding lock, 66, f2, f3, or rex prefixes. */
2637 if (rex != -1) {
2680 if (rex != -1) {
2682 s->vex_w = (rex >> 3) & 1;
2683 s->rex_r = (rex & 0x4) << 1;
2684 s->rex_x = (rex & 0x2) << 2;
2685 s->rex_b = (rex & 0x1) << 3;