/dalvik/vm/mterp/mips/ |
OP_REM_INT.S | 2 %include "mips/binop.S" {"instr":"div zero, a0, a1; mfhi a0", "chkzero":"1"}
|
OP_REM_INT_2ADDR.S | 2 %include "mips/binop2addr.S" {"instr":"div zero, a0, a1; mfhi a0", "chkzero":"1"}
|
OP_REM_INT_LIT16.S | 2 %include "mips/binopLit16.S" {"instr":"div zero, a0, a1; mfhi a0", "chkzero":"1"}
|
OP_REM_INT_LIT8.S | 2 %include "mips/binopLit8.S" {"instr":"div zero, a0, a1; mfhi a0", "chkzero":"1"}
|
OP_MUL_LONG_2ADDR.S | 17 mfhi t1
|
OP_MUL_LONG.S | 25 mfhi t1
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
mips3.s | 93 mfhi t0 106 mfhi t2 120 mfhi ta0 133 mfhi ta2 157 mfhi t0 172 mfhi t0 186 mfhi t0 216 mfhi t0 227 mfhi t2 235 mfhi ta [all...] |
bn-mips.S | 41 mfhi $12 54 mfhi $14 68 mfhi $8 81 mfhi $10 103 mfhi $12 118 mfhi $12 132 mfhi $12 171 mfhi $12 182 mfhi $14 190 mfhi $ [all...] |
mips.pl | 158 mfhi $t0 171 mfhi $t2 185 mfhi $ta0 198 mfhi $ta2 220 mfhi $t0 235 mfhi $t0 249 mfhi $t0 312 mfhi $t0 323 mfhi $t2 331 mfhi $ta [all...] |
mips-mont.S | 55 mfhi $11 61 mfhi $17 65 mfhi $25 71 mfhi $19 91 mfhi $17 101 mfhi $19 138 mfhi $11 147 mfhi $17 151 mfhi $25 158 mfhi $1 [all...] |
mips3-mont.pl | 98 mfhi $hi0 104 mfhi $ahi 108 mfhi $hi1 114 mfhi $nhi 134 mfhi $ahi 144 mfhi $nhi 181 mfhi $hi0 190 mfhi $ahi 194 mfhi $hi1 201 mfhi $nh [all...] |
/external/openssl/crypto/bn/asm/ |
mips3.s | 93 mfhi t0 106 mfhi t2 120 mfhi ta0 133 mfhi ta2 157 mfhi t0 172 mfhi t0 186 mfhi t0 216 mfhi t0 227 mfhi t2 235 mfhi ta [all...] |
bn-mips.S | 41 mfhi $12 54 mfhi $14 68 mfhi $8 81 mfhi $10 103 mfhi $12 118 mfhi $12 132 mfhi $12 171 mfhi $12 182 mfhi $14 190 mfhi $ [all...] |
mips.pl | 158 mfhi $t0 171 mfhi $t2 185 mfhi $ta0 198 mfhi $ta2 220 mfhi $t0 235 mfhi $t0 249 mfhi $t0 312 mfhi $t0 323 mfhi $t2 331 mfhi $ta [all...] |
mips-mont.S | 55 mfhi $11 61 mfhi $17 65 mfhi $25 71 mfhi $19 91 mfhi $17 101 mfhi $19 138 mfhi $11 147 mfhi $17 151 mfhi $25 158 mfhi $1 [all...] |
mips3-mont.pl | 98 mfhi $hi0 104 mfhi $ahi 108 mfhi $hi1 114 mfhi $nhi 134 mfhi $ahi 144 mfhi $nhi 181 mfhi $hi0 190 mfhi $ahi 194 mfhi $hi1 201 mfhi $nh [all...] |
/external/llvm/test/CodeGen/Mips/ |
mips64muldiv.ll | 14 ; CHECK: mfhi 38 ; CHECK: mfhi 46 ; CHECK: mfhi
|
div_rem.ll | 17 ; 16: mfhi ${{[0-9]+}}
|
divu_remu.ll | 18 ; 16: mfhi ${{[0-9]+}}
|
rem.ll | 14 ; 16: mfhi ${{[0-9]+}}
|
remu.ll | 14 ; 16: mfhi ${{[0-9]+}}
|
divrem.ll | 23 ; TRAP: mfhi 45 ; TRAP: mfhi
|
mulll.ll | 14 ; 16: mfhi ${{[0-9]+}}
|
/external/llvm/test/MC/Disassembler/Mips/ |
mips-dsp.txt | 3 # CHECK: mfhi $21, $ac3
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_MUL_LONG.S | 22 mfhi t1
|