Searched refs:LDPTR (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/mesa/sparc/ |
D | xform.S | 63 LDPTR [%o2 + V4F_START], %g1 64 LDPTR [%o0 + V4F_START], %g2 137 LDPTR [%o2 + V4F_START], %g1 138 LDPTR [%o0 + V4F_START], %g2 178 LDPTR [%o2 + V4F_START], %g1 179 LDPTR [%o0 + V4F_START], %g2 232 LDPTR [%o2 + V4F_START], %g1 233 LDPTR [%o0 + V4F_START], %g2 280 LDPTR [%o2 + V4F_START], %g1 281 LDPTR [%o0 + V4F_START], %g2 [all …]
|
D | norm.S | 32 LDPTR [%o0 + MAT_INV], %o0 ! o0 = mat->inv 33 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start 36 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start 171 LDPTR [%o0 + MAT_INV], %o0 ! o0 = mat->inv 172 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start 175 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start 276 LDPTR [%o0 + MAT_INV], %o0 ! o0 = mat->inv 277 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start 280 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start 327 LDPTR [%o0 + MAT_INV], %o0 ! o0 = mat->inv [all …]
|
D | sparc_clip.S | 6 #define LDPTR ldx macro 14 #define LDPTR ld macro 79 LDPTR [%i0 + V4F_START], %i0 80 LDPTR [%i1 + V4F_START], %i5 175 LDPTR [%i0 + V4F_START], %i0
|
D | sparc_matrix.h | 9 #define LDPTR ldx macro 19 #define LDPTR ld macro
|
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/ |
D | xform.S | 63 LDPTR [%o2 + V4F_START], %g1 64 LDPTR [%o0 + V4F_START], %g2 137 LDPTR [%o2 + V4F_START], %g1 138 LDPTR [%o0 + V4F_START], %g2 178 LDPTR [%o2 + V4F_START], %g1 179 LDPTR [%o0 + V4F_START], %g2 232 LDPTR [%o2 + V4F_START], %g1 233 LDPTR [%o0 + V4F_START], %g2 280 LDPTR [%o2 + V4F_START], %g1 281 LDPTR [%o0 + V4F_START], %g2 [all …]
|
D | norm.S | 32 LDPTR [%o0 + MAT_INV], %o0 ! o0 = mat->inv 33 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start 36 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start 171 LDPTR [%o0 + MAT_INV], %o0 ! o0 = mat->inv 172 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start 175 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start 276 LDPTR [%o0 + MAT_INV], %o0 ! o0 = mat->inv 277 LDPTR [%o2 + V4F_START], %o5 ! o5 = 'from' in->start 280 LDPTR [%o4 + V4F_START], %g3 ! g3 = 'out' dest->start 327 LDPTR [%o0 + MAT_INV], %o0 ! o0 = mat->inv [all …]
|
D | sparc_clip.S | 6 #define LDPTR ldx macro 14 #define LDPTR ld macro 79 LDPTR [%i0 + V4F_START], %i0 80 LDPTR [%i1 + V4F_START], %i5 175 LDPTR [%i0 + V4F_START], %i0
|
D | sparc_matrix.h | 9 #define LDPTR ldx macro 19 #define LDPTR ld macro
|
/external/openssl/crypto/des/asm/ |
D | des_enc.m4 | 60 # define LDPTR ldx 70 # define LDPTR ld 171 ifelse($9,1,{LDPTR KS3, in4},{}) 175 ifelse($9,1,{LDPTR KS2, in3},{}) 601 ifelse($4,1, {LDPTR INPUT, local5}) 604 ifelse($4,1, {LDPTR OUTPUT, local7}) 752 ifelse($5,1,{LDPTR KS2, in4}) 763 ifelse($5,1,{LDPTR KS1, in3}) 1306 LDPTR [%sp+BIAS+ARG0+0*ARGSZ], in0 1339 LDPTR [%sp+BIAS+ARG0+0*ARGSZ], in0 [all …]
|