HomeSort by relevance Sort by last modified time
    Searched refs:SUBU (Results 1 - 7 of 7) 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/v8/src/mips/
constants-mips.cc 257 case SUBU:
constants-mips.h 274 SUBU = ((4 << 3) + 3),
assembler-mips.cc 1136 void Assembler::subu(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler
    [all...]
simulator-mips.cc     [all...]

Completed in 56 milliseconds