/art/runtime/interpreter/mterp/mips/ |
op_shl_long_2addr.S | 18 not v1, a2 # rhi<- 31-shift (shift is 5b) 21 sll v1, a1, a2 # rhi<- ahi << (shift&31) 22 or v1, a0 # rhi<- rhi | alo 27 SET_VREG64_GOTO(zero, v0, rOBJ, t0) # vAA/vAA+1 <- rlo/rhi
|
op_shl_long.S | 22 not v1, a2 # rhi<- 31-shift (shift is 5b) 25 sll v1, a1, a2 # rhi<- ahi << (shift&31) 26 or v1, a0 # rhi<- rhi | alo 31 SET_VREG64_GOTO(zero, v0, t2, t0) # vAA/vAA+1 <- rlo/rhi
|
header.S | 286 #define SET_VREG64(rlo, rhi, rix) .set noat; \ 290 sw rhi, 4(t8); \ 297 #define SET_VREG64_F(rlo, rhi, rix) .set noat; \ 308 #define SET_VREG64_F(rlo, rhi, rix) .set noat; \ 312 s.s rhi, 4(t8); \ 342 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) .set noreorder; \ 349 sw rhi, 4(t8); \ 405 #define STORE64_off(rlo, rhi, rbase, off) sw rlo, off(rbase); \ 406 sw rhi, (off+4)(rbase) 407 #define LOAD64_off(rlo, rhi, rbase, off) lw rlo, off(rbase); [all...] |
op_shr_long_2addr.S | 15 sra v1, a1, a2 # rhi<- ahi >> (shift&31) 27 SET_VREG64_GOTO(v1, a3, t2, t0) # vAA/vAA+1 <- rlo/rhi
|
op_ushr_long_2addr.S | 16 srl v1, a1, a2 # rhi<- ahi >> (shift&31) 27 SET_VREG64_GOTO(v1, zero, t3, t0) # vAA/vAA+1 <- rlo/rhi
|
op_shr_long.S | 19 sra v1, a1, a2 # rhi<- ahi >> (shift&31) 31 SET_VREG64_GOTO(v1, a3, t3, t0) # vAA/VAA+1 <- rlo/rhi
|
op_ushr_long.S | 20 srl v1, a1, a2 # rhi<- ahi >> (shift&31) 31 SET_VREG64_GOTO(v1, zero, rOBJ, t0) # vAA/vAA+1 <- rlo/rhi
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
APIInfo.java | 334 APIInfo rhi = (APIInfo)rhs; 335 int result = lhi.pack.compareTo(rhi.pack); 338 .compareTo(rhi.getVal(CAT) == CAT_CLASS || rhi.getVal(CAT) == CAT_ENUM ? rhi.name : rhi.cls); 340 result = lhi.getVal(CAT)- rhi.getVal(CAT); 342 result = lhi.name.compareTo(rhi.name); 344 result = lhi.sig.compareTo(rhi.sig); 365 APIInfo rhi = (APIInfo)rhs [all...] |
CheckAPI.java | 388 Info rhi = (Info)rhs; 389 int result = lhi.pack.compareTo(rhi.pack); 392 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); 394 result = lhi.getVal(CAT)- rhi.getVal(CAT); 396 result = lhi.name.compareTo(rhi.name); 398 result = lhi.sig.compareTo(rhi.sig); 413 Info rhi = (Info)rhs; 414 int result = lhi.pack.compareTo(rhi.pack) [all...] |
/art/runtime/interpreter/mterp/out/ |
mterp_mips.S | 293 #define SET_VREG64(rlo, rhi, rix) .set noat; \ 297 sw rhi, 4(t8); \ 304 #define SET_VREG64_F(rlo, rhi, rix) .set noat; \ 315 #define SET_VREG64_F(rlo, rhi, rix) .set noat; \ 319 s.s rhi, 4(t8); \ 349 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) .set noreorder; \ 356 sw rhi, 4(t8); \ 412 #define STORE64_off(rlo, rhi, rbase, off) sw rlo, off(rbase); \ 413 sw rhi, (off+4)(rbase) 414 #define LOAD64_off(rlo, rhi, rbase, off) lw rlo, off(rbase); [all...] |
/external/libpng/contrib/libtests/ |
pngvalid.c | 7546 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; local 7768 double rhi, ghi, bhi, grayhi; local [all...] |
/external/compiler-rt/test/builtins/Unit/ppc/ |
qdiv_test.c | 22 double rhi; double rlo; member in struct:testVector 113 r.hi = edgeCases[i].rhi; [all...] |
qmul_test.c | 22 double rhi; double rlo; member in struct:testVector 113 r.hi = edgeCases[i].rhi; [all...] |
qadd_test.c | 22 double rhi; double rlo; member in struct:testVector 113 r.hi = edgeCases[i].rhi; [all...] |
qsub_test.c | 22 double rhi; double rlo; member in struct:testVector 113 r.hi = edgeCases[i].rhi; [all...] |