HomeSort by relevance Sort by last modified time
    Searched refs:rhi (Results 1 - 19 of 19) sorted by null

  /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) # vA/vA+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
op_shr_long_2addr.S 15 sra v1, a1, a2 # rhi<- ahi >> (shift&31)
27 SET_VREG64_GOTO(v1, a3, t2, t0) # vA/vA+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) # vA/vA+1 <- rlo/rhi
header.S 365 #define SET_VREG64(rlo, rhi, rix) \
368 sw rhi, 4(t8); \
373 #define SET_VREG64(rlo, rhi, rix) \
378 sw rhi, 4(t8); \
403 #define SET_VREG64_F(rlo, rhi, rix) \
414 #define SET_VREG64_F(rlo, rhi, rix) \
426 #define SET_VREG64_F(rlo, rhi, rix) \
431 s.s rhi, 4(t8); \
492 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) \
497 sw rhi, 4(t8);
    [all...]
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 336 APIInfo rhi = (APIInfo)rhs;
337 int result = lhi.pack.compareTo(rhi.pack);
340 .compareTo(rhi.getVal(CAT) == CAT_CLASS || rhi.getVal(CAT) == CAT_ENUM ? rhi.name : rhi.cls);
342 result = lhi.getVal(CAT)- rhi.getVal(CAT);
344 result = lhi.name.compareTo(rhi.name);
346 result = lhi.sig.compareTo(rhi.sig);
367 APIInfo rhi = (APIInfo)rhs
    [all...]
CheckAPI.java 390 Info rhi = (Info)rhs;
391 int result = lhi.pack.compareTo(rhi.pack);
394 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls);
396 result = lhi.getVal(CAT)- rhi.getVal(CAT);
398 result = lhi.name.compareTo(rhi.name);
400 result = lhi.sig.compareTo(rhi.sig);
415 Info rhi = (Info)rhs;
416 int result = lhi.pack.compareTo(rhi.pack)
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 372 #define SET_VREG64(rlo, rhi, rix) \
375 sw rhi, 4(t8); \
380 #define SET_VREG64(rlo, rhi, rix) \
385 sw rhi, 4(t8); \
410 #define SET_VREG64_F(rlo, rhi, rix) \
421 #define SET_VREG64_F(rlo, rhi, rix) \
433 #define SET_VREG64_F(rlo, rhi, rix) \
438 s.s rhi, 4(t8); \
499 #define SET_VREG64_GOTO(rlo, rhi, rix, dst) \
504 sw rhi, 4(t8);
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 7919 double rlo, rhi, glo, ghi, blo, bhi, graylo, grayhi; local
8141 double rhi, ghi, bhi, grayhi; local
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 1336 int rlo = INT_MAX, rhi = INT_MIN; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp 968 SDValue rhi = DAG.getNode(SPUISD::SHL_BYTES, dl, MVT::i128, Value, local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
parse.go     [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
parse.go     [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...]

Completed in 1963 milliseconds