Home | History | Annotate | Download | only in priv

Lines Matching defs:fake

68          vex_printf("%%fake%d", r);
2279 # define fake(_n) mkHReg((_n), HRcInt64, False)
2412 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst );
2414 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst);
2417 *p++ = rexAMode_R( fake(0), i->Ain.Alu64R.dst);
2419 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu64R.dst);
2454 *p++ = rexAMode_M(fake(0), i->Ain.Alu64M.dst);
2456 p = doAMode_M(p, fake(0), i->Ain.Alu64M.dst);
2474 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst);
2476 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst);
2479 *p++ = rexAMode_R(fake(0), i->Ain.Sh64.dst);
2481 p = doAMode_R(p, fake(subopc), i->Ain.Sh64.dst);
2489 *p++ = rexAMode_R(fake(0), i->Ain.Test64.dst);
2491 p = doAMode_R(p, fake(0), i->Ain.Test64.dst);
2497 *p++ = rexAMode_R(fake(0), i->Ain.Unary64.dst);
2499 p = doAMode_R(p, fake(2), i->Ain.Unary64.dst);
2503 *p++ = rexAMode_R(fake(0), i->Ain.Unary64.dst);
2505 p = doAMode_R(p, fake(3), i->Ain.Unary64.dst);
2543 rex = clearWBit( rexAMode_R( fake(0), i->Ain.Alu32R.dst ) );
2546 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu32R.dst);
2549 rex = clearWBit( rexAMode_R( fake(0), i->Ain.Alu32R.dst) );
2552 p = doAMode_R(p, fake(subopc_imm), i->Ain.Alu32R.dst);
2583 *p++ = rexAMode_M( fake(0),
2586 p = doAMode_M(p, fake(subopc),
2590 *p++ = rexAMode_R(fake(0),
2593 p = doAMode_R(p, fake(subopc),
2609 p = doAMode_M(p, fake(subopc),
2614 rexAMode_R( fake(0), i->Ain.Div.src->Arm.Reg.reg));
2616 p = doAMode_R(p, fake(subopc),
2626 *p++ = rexAMode_M( fake(0),
2629 p = doAMode_M(p, fake(subopc),
2633 *p++ = rexAMode_R( fake(0),
2636 p = doAMode_R(p, fake(subopc),
2649 rexAMode_M(fake(0), i->Ain.Push.src->Armi.Mem.am));
2651 p = doAMode_M(p, fake(6), i->Ain.Push.src->Armi.Mem.am);
3015 rex = rexAMode_M( fake(1), i->Ain.ACAS.addr );
3021 p = doAMode_M(p, fake(1), i->Ain.DACAS.addr);
3036 rexAMode_M(fake(0), i->Ain.A87PushPop.addr) );
3038 p = doAMode_M(p, fake(0)/*subopcode*/, i->Ain.A87PushPop.addr);
3042 rexAMode_M(fake(3), i->Ain.A87PushPop.addr) );
3044 p = doAMode_M(p, fake(3)/*subopcode*/, i->Ain.A87PushPop.addr);
3069 rexAMode_M(fake(5), i->Ain.A87LdCW.addr) );
3071 p = doAMode_M(p, fake(5)/*subopcode*/, i->Ain.A87LdCW.addr);
3076 rexAMode_M(fake(7), i->Ain.A87StSW.addr) );
3078 p = doAMode_M(p, fake(7)/*subopcode*/, i->Ain.A87StSW.addr);
3111 *p++ = clearWBit(rexAMode_M( fake(0), i->Ain.LdMXCSR.addr));
3114 p = doAMode_M(p, fake(2)/*subopcode*/, i->Ain.LdMXCSR.addr);
3445 registers involved in the amode are < r8. "fake(1)" because
3448 is FF /1, hence the fake(1). */
3449 rex = clearWBit(rexAMode_M(fake(1), i->Ain.EvCheck.amCounter));
3452 p = doAMode_M(p, fake(1), i->Ain.EvCheck.amCounter);
3462 rex = clearWBit(rexAMode_M(fake(4), i->Ain.EvCheck.amFailAddr));
3465 p = doAMode_M(p, fake(4), i->Ain.EvCheck.amFailAddr);
3504 # undef fake