HomeSort by relevance Sort by last modified time
    Searched refs:t0 (Results 201 - 225 of 1496) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/runtime/interpreter/mterp/mips/
op_iget.S 20 GET_INST_OPCODE(t0) # extract opcode from rINST
22 SET_VREG_OBJECT_GOTO(v0, a2, t0) # fp[A] <- v0
24 SET_VREG_GOTO(v0, a2, t0) # fp[A] <- v0
binopWide.S 26 or t0, $arg2, $arg3 # second arg (a2-a3) is zero?
27 beqz t0, common_errDivideByZero
33 GET_INST_OPCODE(t0) # extract opcode from rINST
34 SET_VREG64_GOTO($result0, $result1, rOBJ, t0) # vAA/vAA+1 <- $result0/$result1
  /bionic/linker/arch/mips64/
begin.S 64 LA $t0, 1b
65 PTR_SUBU $t0, $ra, $t0
72 PTR_ADDU $t1, $t0
81 PTR_ADDU $s0, $t0
107 PTR_ADDU $t1, $t0
  /external/syslinux/com32/libupload/
ctime.c 18 com32sys_t ir, d0, d1, t0; local
29 __intcall(0x1A, &ir, &t0);
35 if (t0.ecx.b[1] < 0x12)
43 h = frombcd(t0.ecx.b[1]);
44 m = frombcd(t0.ecx.b[0]);
45 s = frombcd(t0.edx.b[1]);
  /frameworks/compile/slang/tests/P_reflection3264_divergent/
ScriptC_reflection3264_divergent.java.expect 282 Type t0, t1; // Verify dimensions
283 t0 = ain.getType();
285 if ((t0.getCount() != t1.getCount()) ||
286 (t0.getX() != t1.getX()) ||
287 (t0.getY() != t1.getY()) ||
288 (t0.getZ() != t1.getZ()) ||
289 (t0.hasFaces() != t1.hasFaces()) ||
290 (t0.hasMipmaps() != t1.hasMipmaps())) {
325 Type t0, t1; // Verify dimensions
326 t0 = ain.getType()
    [all...]
  /frameworks/compile/slang/tests/P_reflection3264_divergent_support/
ScriptC_reflection3264_divergent.java.expect 279 Type t0, t1; // Verify dimensions
280 t0 = ain.getType();
282 if ((t0.getCount() != t1.getCount()) ||
283 (t0.getX() != t1.getX()) ||
284 (t0.getY() != t1.getY()) ||
285 (t0.getZ() != t1.getZ()) ||
286 (t0.hasFaces() != t1.hasFaces()) ||
287 (t0.hasMipmaps() != t1.hasMipmaps())) {
322 Type t0, t1; // Verify dimensions
323 t0 = ain.getType()
    [all...]
  /bionic/libc/arch-mips64/syscalls/
___clock_nanosleep.S 15 move $t0, $ra
23 move $ra, $t0
___close.S 15 move $t0, $ra
23 move $ra, $t0
___faccessat.S 15 move $t0, $ra
23 move $ra, $t0
___fchmod.S 15 move $t0, $ra
23 move $ra, $t0
___fchmodat.S 15 move $t0, $ra
23 move $ra, $t0
___fgetxattr.S 15 move $t0, $ra
23 move $ra, $t0
___flistxattr.S 15 move $t0, $ra
23 move $ra, $t0
___fsetxattr.S 15 move $t0, $ra
23 move $ra, $t0
___mremap.S 15 move $t0, $ra
23 move $ra, $t0
___rt_sigqueueinfo.S 15 move $t0, $ra
23 move $ra, $t0
__accept4.S 15 move $t0, $ra
23 move $ra, $t0
__brk.S 15 move $t0, $ra
23 move $ra, $t0
__clock_getres.S 15 move $t0, $ra
23 move $ra, $t0
__clock_gettime.S 15 move $t0, $ra
23 move $ra, $t0
__connect.S 15 move $t0, $ra
23 move $ra, $t0
__epoll_pwait.S 15 move $t0, $ra
23 move $ra, $t0
__exit.S 15 move $t0, $ra
23 move $ra, $t0
__fadvise64.S 15 move $t0, $ra
23 move $ra, $t0
__fstatfs.S 15 move $t0, $ra
23 move $ra, $t0

Completed in 707 milliseconds

1 2 3 4 5 6 7 891011>>