Searched refs:index_r (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/VEX/priv/
H A Dguest_x86_toIR.c1578 If index_r indicates %esp, zero is used for the index.
1597 UChar index_r = toUChar((sib >> 3) & 7); local
1601 if (index_r != R_ESP && base_r != R_EBP) {
1603 nameIReg(4,base_r), nameIReg(4,index_r), 1<<scale);
1610 binop(Iop_Shl32, getIReg(4,index_r),
1614 if (index_r != R_ESP && base_r == R_EBP) {
1617 nameIReg(4,index_r), 1<<scale);
1623 binop(Iop_Shl32, getIReg(4,index_r), mkU8(scale)),
1627 if (index_r == R_ESP && base_r != R_EBP) {
1634 if (index_r
1657 UChar index_r = toUChar((sib >> 3) & 7); local
1698 UChar index_r = toUChar((sib >> 3) & 7); local
[all...]
H A Dguest_amd64_toIR.c2546 If index_r indicates %rsp, zero is used for the index.
2562 UChar index_r = toUChar((sib >> 3) & 7); local
2566 Bool index_is_SP = toBool(index_r == R_RSP && 0==getRexX(pfx));
2573 nameIReg64rexX(pfx,index_r));
2577 nameIReg64rexX(pfx,index_r), 1<<scale);
2585 binop(Iop_Shl64, getIReg64rexX(pfx,index_r),
2592 nameIReg64rexX(pfx,index_r), 1<<scale);
2598 binop(Iop_Shl64, getIReg64rexX(pfx,index_r),
2623 If index_r indicates %esp, zero is used for the index.
2633 UChar index_r local
2680 UChar index_r = toUChar((sib >> 3) & 7); local
2743 UChar index_r = toUChar((sib >> 3) & 7); local
[all...]
/external/libpng/
H A Dpngrtran.c768 int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS + local
777 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);
/external/pdfium/third_party/lpng_v163/
H A Dpngrtran.c763 int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS + local
772 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);

Completed in 179 milliseconds