Home | History | Annotate | Download | only in priv

Lines Matching defs:fake

68          vex_printf("%%fake%d", r);
2287 # define fake(_n) mkHReg((_n), HRcInt64, False)
2420 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst );
2422 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst);
2425 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst);
2427 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst);
2462 *p++ = rexAMode_M(fake(0), i->Ain.Alu64M.dst);
2464 p = doAMode_M(p, fake(0), i->Ain.Alu64M.dst);
2482 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst);
2484 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst);
2487 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst);
2489 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst);
2497 *p++ = rexAMode_R(fake(0), i->Ain.Test64.dst);
2499 p = doAMode_R(p, fake(0), i->Ain.Test64.dst);
2505 *p++ = rexAMode_R(fake(0), i->Ain.Unary64.dst);
2507 p = doAMode_R(p, fake(2), i->Ain.Unary64.dst);
2511 *p++ = rexAMode_R(fake(0), i->Ain.Unary64.dst);
2513 p = doAMode_R(p, fake(3), i->Ain.Unary64.dst);
2551 rex = clearWBit( rexAMode_R( fake(0), i->Ain.Alu32R.dst ) );
2554 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu32R.dst);
2557 rex = clearWBit( rexAMode_R( fake(0), i->Ain.Alu32R.dst) );
2560 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu32R.dst);
2591 *p++ = rexAMode_M( fake(0),
2594 p = doAMode_M(p, fake(subopc),
2598 *p++ = rexAMode_R(fake(0),
2601 p = doAMode_R(p, fake(subopc),
2617 p = doAMode_M(p, fake(subopc),
2622 rexAMode_R( fake(0), i->Ain.Div.src->Arm.Reg.reg));
2624 p = doAMode_R(p, fake(subopc),
2634 *p++ = rexAMode_M( fake(0),
2637 p = doAMode_M(p, fake(subopc),
2641 *p++ = rexAMode_R( fake(0),
2644 p = doAMode_R(p, fake(subopc),
2657 rexAMode_M(fake(0), i->Ain.Push.src->Armi.Mem.am));
2659 p = doAMode_M(p, fake(6), i->Ain.Push.src->Armi.Mem.am);
3033 rex = rexAMode_M( fake(1), i->Ain.ACAS.addr );
3039 p = doAMode_M(p, fake(1), i->Ain.DACAS.addr);
3054 rexAMode_M(fake(0), i->Ain.A87PushPop.addr) );
3056 p = doAMode_M(p, fake(0)/*subopcode*/, i->Ain.A87PushPop.addr);
3060 rexAMode_M(fake(3), i->Ain.A87PushPop.addr) );
3062 p = doAMode_M(p, fake(3)/*subopcode*/, i->Ain.A87PushPop.addr);
3103 rexAMode_M(fake(5), i->Ain.A87LdCW.addr) );
3105 p = doAMode_M(p, fake(5)/*subopcode*/, i->Ain.A87LdCW.addr);
3110 rexAMode_M(fake(7), i->Ain.A87StSW.addr) );
3112 p = doAMode_M(p, fake(7)/*subopcode*/, i->Ain.A87StSW.addr);
3145 *p++ = clearWBit(rexAMode_M( fake(0), i->Ain.LdMXCSR.addr));
3148 p = doAMode_M(p, fake(2)/*subopcode*/, i->Ain.LdMXCSR.addr);
3479 registers involved in the amode are < r8. "fake(1)" because
3482 is FF /1, hence the fake(1). */
3483 rex = clearWBit(rexAMode_M(fake(1), i->Ain.EvCheck.amCounter));
3486 p = doAMode_M(p, fake(1), i->Ain.EvCheck.amCounter);
3496 rex = clearWBit(rexAMode_M(fake(4), i->Ain.EvCheck.amFailAddr));
3499 p = doAMode_M(p, fake(4), i->Ain.EvCheck.amFailAddr);
3538 # undef fake