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

/external/libpng/
H A Dpngrtran.c764 int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS + local
773 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngrtran.c763 int index_r = (ir << (PNG_QUANTIZE_BLUE_BITS + local
772 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);
/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.c2539 If index_r indicates %rsp, zero is used for the index.
2555 UChar index_r = toUChar((sib >> 3) & 7); local
2559 Bool index_is_SP = toBool(index_r == R_RSP && 0==getRexX(pfx));
2566 nameIReg64rexX(pfx,index_r));
2570 nameIReg64rexX(pfx,index_r), 1<<scale);
2578 binop(Iop_Shl64, getIReg64rexX(pfx,index_r),
2585 nameIReg64rexX(pfx,index_r), 1<<scale);
2591 binop(Iop_Shl64, getIReg64rexX(pfx,index_r),
2616 If index_r indicates %esp, zero is used for the index.
2626 UChar index_r local
2673 UChar index_r = toUChar((sib >> 3) & 7); local
2736 UChar index_r = toUChar((sib >> 3) & 7); local
[all...]

Completed in 248 milliseconds