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

  /bionic/linker/arch/mips64/
begin.S 99 SUBU s1, 1
103 SUBU s1, 1
110 9: SUBU s1, 1
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
mips-mont.pl 78 $SUBU="dsubu";
85 $SUBU="subu";
366 $SUBU $lo1,$lo0,$lo1 # tp[i]-np[i]
368 $SUBU $lo0,$lo1,$hi0
376 $SUBU $hi0,$hi1,$hi0 # handle upmost overflow bit
mips.pl 61 $SUBU="dsubu";
76 $SUBU="subu";
81 $PTR_SUB="subu";
179 subu $a2,4
216 subu $a2,1
231 subu $a2,1
319 subu $a2,4
356 subu $a2,1
367 subu $a2,
    [all...]
  /external/openssl/crypto/bn/asm/
mips-mont.pl 78 $SUBU="dsubu";
85 $SUBU="subu";
366 $SUBU $lo1,$lo0,$lo1 # tp[i]-np[i]
368 $SUBU $lo0,$lo1,$hi0
376 $SUBU $hi0,$hi1,$hi0 # handle upmost overflow bit
mips.pl 61 $SUBU="dsubu";
76 $SUBU="subu";
81 $PTR_SUB="subu";
179 subu $a2,4
215 subu $a2,1
230 subu $a2,1
318 subu $a2,4
354 subu $a2,1
365 subu $a2,
    [all...]
  /external/valgrind/main/none/tests/mips64/
arithmetic_instruction.c 15 SUBU
24 for (op = ADD; op <= SUBU; op++) {
345 case SUBU:
349 TEST1("subu $t0, $t1, $t2", reg_val1[i], reg_val1[N-i-1],
  /external/chromium_org/v8/src/mips/
constants-mips.cc 239 case SUBU:
constants-mips.h 343 SUBU = ((4 << 3) + 3),
assembler-mips.cc 1201 void Assembler::subu(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
simulator-mips.cc     [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 453 mMips->SUBU(Rd, Rn, src);
491 mMips->SUBU(Rd, src, Rn); // subu with the parameters reversed
916 mMips->SUBU(R_at, Rn, abs(amode.reg));
958 mMips->SUBU(R_at, Rn, abs(amode.reg));
    [all...]
MIPSAssembler.h 274 void SUBU(int Rd, int Rs, int Rt);
  /external/valgrind/main/none/tests/mips32/
mips32_dspr2.stdout.exp     [all...]

Completed in 95 milliseconds