/system/core/libpixelflinger/codeflinger/ |
GGLAssembler.h | 206 struct reg_t { struct in class:android::GGLAssembler 207 reg_t() : reg(-1), flags(0) { function in struct:android::GGLAssembler::reg_t 209 reg_t(int r, int f=0) function in struct:android::GGLAssembler::reg_t 219 struct integer_t : public reg_t { 220 integer_t() : reg_t(), s(0) { 223 : reg_t(r, f), s(sz) { 226 reg_t::setTo(r, f); s=sz; 232 struct pixel_t : public reg_t { 233 pixel_t() : reg_t() { 237 : reg_t(r, f), format(*fmt) [all...] |
texturing.cpp | 39 void GGLAssembler::init_iterated_color(fragment_parts_t& parts, const reg_t& x) 323 const reg_t& x, const reg_t& y) 359 reg_t& s = coords[i].s; 360 reg_t& t = coords[i].t; 453 reg_t& s = parts.coords[i].s; 454 reg_t& t = parts.coords[i].t; [all...] |
GGLAssembler.cpp | 264 parts.dither = reg_t(regs.obtain()); 417 parts.z = reg_t(obtainReg()); 439 init_textures(parts.coords, reg_t(Rx), reg_t(Ry)); 443 init_iterated_color(parts, reg_t(Rx)); [all...] |
load_store.cpp | 229 pixel_t& d, int component, component_t s, const reg_t& dither)
|
/external/boringssl/src/crypto/sha/asm/ |
sha512-armv8.pl | 55 $reg_t="x"; 64 $reg_t="w"; 73 @X=map("$reg_t$_",(3..15,0..2)); 74 @V=($A,$B,$C,$D,$E,$F,$G,$H)=map("$reg_t$_",(20..27)); 75 ($t0,$t1,$t2,$t3)=map("$reg_t$_",(16,17,19,28));
|
/external/valgrind/VEX/priv/ |
guest_arm_toIR.c | 2864 HChar reg_t = Q ? 'q' : 'd'; local 3147 HChar reg_t = Q ? 'q' : 'd'; local 3212 HChar reg_t = Q ? 'q' : 'd'; local 3318 HChar reg_t = Q ? 'q' : 'd'; local 3332 HChar reg_t = Q ? 'q' : 'd'; local 3347 HChar reg_t = Q ? 'q' : 'd'; local 3359 HChar reg_t = Q ? 'q' : 'd'; local 3366 HChar reg_t = Q ? 'q' : 'd'; local [all...] |