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

  /external/libffi/src/mips/
ffitarget.h 126 # define SUBU subu
133 # define SUBU dsubu
n32.S 55 SUBU $sp, SIZEOF_FRAME # Frame size
79 SUBU $sp, $sp, v0 # move the stack pointer to reflect the
381 SUBU $sp, SIZEOF_FRAME2
o32.S 52 SUBU $sp, SIZEOF_FRAME # Frame size
72 SUBU $sp, v0 # move the stack pointer to reflect the
240 SUBU $sp, SIZEOF_FRAME2
  /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
216 subu $a2,1
231 subu $a2,1
319 subu $a2,4
356 subu $a2,1
367 subu $a2,
    [all...]
  /external/v8/src/mips/
constants-mips.cc 258 case SUBU:
constants-mips.h 328 SUBU = ((4 << 3) + 3),
assembler-mips.cc 1209 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/
MIPS32int.stdout.exp     [all...]

Completed in 182 milliseconds