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 251 case SUBU:
constants-mips.h 235 SUBU = ((4 << 3) + 3),
assembler-mips.cc 675 void Assembler::subu(Register rd, Register rs, Register rt) { function in class:v8::internal::Assembler
676 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SUBU);
simulator-mips.cc 984 case SUBU:
    [all...]

Completed in 241 milliseconds