Searched refs:SUBU (Results 1 - 15 of 15) sorted by relevance

/external/openssl/crypto/bn/asm/
H A Dmips-mont.pl78 $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
H A Dmips.pl61 $SUBU="dsubu";
76 $SUBU="subu";
695 $SUBU $ta0,$t0,$ta0
696 $SUBU $t0,$ta0,$v0
702 $SUBU $ta1,$t1,$ta1
703 $SUBU $t1,$ta1,$v0
710 $SUBU $ta2,$t2,$ta2
711 $SUBU $t2,$ta2,$v0
717 $SUBU $ta3,$t3,$ta3
718 $SUBU
[all...]
/external/valgrind/main/none/tests/mips64/
H A Darithmetic_instruction.c15 SUBU enumerator in enum:__anon33128
24 for (op = ADD; op <= SUBU; op++) {
345 case SUBU:
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.cc239 case SUBU:
H A Dconstants-mips.h399 SUBU = ((4 << 3) + 3),
H A Dsimulator-mips.cc2030 case SUBU:
H A Dassembler-mips.cc1481 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SUBU);
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.cc255 case SUBU:
H A Dconstants-mips64.h383 SUBU = ((4 << 3) + 3),
H A Dassembler-mips64.cc1460 GenInstrRegister(SPECIAL, rs, rt, rd, 0, SUBU);
H A Dsimulator-mips64.cc2146 case SUBU: {
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_32.c252 FAIL_IF(push_inst(compiler, SUBU | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
263 FAIL_IF(push_inst(compiler, SUBU | S(src1) | T(src2) | D(dst), DR(dst)));
290 FAIL_IF(push_inst(compiler, SUBU | S(src1) | T(src2) | D(dst), DR(dst)));
296 FAIL_IF(push_inst(compiler, SUBU | S(dst) | TA(ULESS_FLAG) | D(dst), DR(dst)));
313 return push_inst(compiler, SUBU | SA(ULESS_FLAG) | TA(UGREATER_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG);
H A DsljitNativeMIPS_64.c344 FAIL_IF(push_inst(compiler, SELECT_OP(DSUBU, SUBU) | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG));
355 FAIL_IF(push_inst(compiler, SELECT_OP(DSUBU, SUBU) | S(src1) | T(src2) | D(dst), DR(dst)));
382 FAIL_IF(push_inst(compiler, SELECT_OP(DSUBU, SUBU) | S(src1) | T(src2) | D(dst), DR(dst)));
388 FAIL_IF(push_inst(compiler, SELECT_OP(DSUBU, SUBU) | S(dst) | TA(ULESS_FLAG) | D(dst), DR(dst)));
408 return push_inst(compiler, SELECT_OP(DSUBU, SUBU) | SA(ULESS_FLAG) | TA(UGREATER_FLAG) | DA(OVERFLOW_FLAG), OVERFLOW_FLAG);
H A DsljitNativeMIPS_common.c172 #define SUBU (HI(0) | LO(35)) macro
190 #define SUBU_W SUBU
/external/valgrind/main/none/tests/mips32/
H A Dmips32_dspr2.stdout.exp2072 -------- SUBU.PH --------

Completed in 666 milliseconds