HomeSort by relevance Sort by last modified time
    Searched full:subu (Results 1 - 15 of 15) 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/
mips3.s 114 subu a2,4
153 subu a2,1
168 subu a2,1
223 subu a2,4
263 subu a2,1
274 subu a2,1
320 subu a2,4
356 subu a2,1
365 subu a2,1
398 subu a3,
    [all...]
  /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);
assembler-mips.h 403 void subu(Register rd, Register rs, Register rt);
disasm-mips.cc 498 case SUBU:
simulator-mips.cc 984 case SUBU:
    [all...]
  /external/v8/test/cctest/
test-assembler-mips.cc 183 __ subu(v1, t7, t0); // 0x7ffffffc
  /external/qemu/target-arm/
helpers.h 415 DEF_IWMMXT_HELPER_SIZE_ENV(subu)
iwmmxt_helper.c 323 IWMMXT_OP_CMP(subu, uint8_t, uint16_t, uint32_t, -)
translate.c     [all...]
  /external/libffi/
ChangeLog 30 SUBU, add with ADDU and use smaller code sequences.
220 * src/mips/ffitarget.h (REG_L, REG_S, SUBU, ADDU, SRL, LI): Indent.
    [all...]

Completed in 69 milliseconds