Lines Matching defs:r11

109          "%r8",  "%r9",  "%r10", "%r11", "%r12", "%r13", "%r14", "%r15" };
1113 vex_printf("movabsq $0x%llx,%%r11; ", i->Ain.XDirect.dstGA);
1114 vex_printf("movq %%r11,");
1117 vex_printf("movabsq $disp_cp_chain_me_to_%sEP,%%r11; call *%%r11 }",
1128 vex_printf("; movabsq $disp_indir,%%r11; jmp *%%r11 }");
1140 vex_printf("; movabsq $disp_assisted,%%r11; jmp *%%r11 }");
1385 vex_printf("(profInc) movabsq $NotKnownYet, %%r11; incq (%%r11)");
1461 These I believe to be: rax rcx rdx rsi rdi r8 r9 r10 r11
1500 loaded into a register. Fortunately, r11 is stated in the
1503 /* Upshot of this is that the assembler really must use r11,
1512 /* Don't bother to mention the write to %r11, since it is not
1517 /* Ditto re %r11 */
1522 /* Ditto re %r11 and %rbp (the baseblock ptr) */
1905 /* hardwires r11 -- nothing to modify. */
2874 above, %r11 is used as an address temporary. */
2889 /* 7 bytes: movl sign-extend(imm32), %r11 */
2895 /* 10 bytes: movabsq $target, %r11 */
2900 /* 3 bytes: call *%r11 */
2909 // movabsq $target, %r11
2910 // call* %r11
2925 // movabsq $target, %r11
2930 // call* %r11
2963 // We need a scag register -- r11 can be it.
2964 // movabsq $0x5555555555555555, %r11
2967 // movq %r11, 0(%rsp)
2969 // movq %r11, 8(%rsp)
3012 HReg r11 = hregAMD64_R11();
3029 /* movl sign-extend(dstGA), %r11 */
3035 /* movabsq $dstGA, %r11 */
3041 /* movq %r11, amRIP */
3042 *p++ = rexAMode_M(r11, i->Ain.XDirect.amRIP);
3044 p = doAMode_M(p, r11, i->Ain.XDirect.amRIP);
3051 /* movabsq $disp_cp_chain_me_to_{slow,fast}EP,%r11; */
3058 /* call *%r11 */
3099 /* get $disp_cp_xindir into %r11 */
3102 /* movl sign-extend(disp_cp_xindir), %r11 */
3108 /* movabsq $disp_cp_xindir, %r11 */
3114 /* jmp *%r11 */
3174 /* movabsq $disp_assisted, %r11 */
3178 /* jmp *%r11 */
3901 /* We generate movabsq $0, %r11
3902 incq (%r11)
3953 movabsq $disp_cp_chain_me_EXPECTED, %r11
3954 call *%r11
3968 movabsq $place_to_jump_to, %r11
3969 jmpq *%r11
4040 movabsq $place_to_jump_to_EXPECTED, %r11
4041 jmpq *%r11
4079 movabsq $disp_cp_chain_me, %r11
4080 call *%r11