/external/llvm/test/MC/Mips/mips4/ |
invalid-mips5-wrong-error.s | 37 msub.ps $f12,$f14,$f29,$f17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 62 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t" 162 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t"
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
complex_fft_mips.c | 84 "msub $ac1, %[wi], %[tmp3] \n\t" 254 "msub %[wi], %[tmp4] \n\t"
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 62 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t" 162 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t"
|
/external/llvm/test/MC/Mips/ |
mips-alu-instructions.s | 84 # CHECK: msub $6, $7 # encoding: [0x04,0x00,0xc7,0x70] 109 msub $6,$7
|
mips64-alu-instructions.s | 80 # CHECK: msub $6, $7 # encoding: [0x04,0x00,0xc7,0x70] 105 msub $6,$7
|
/external/llvm/test/MC/Mips/mips32r2/ |
valid-xfail.s | 192 msub $ac2,$sp,$14 193 msub.ps $f12,$f14,$f29,$f17
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 62 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t" 162 "msub $ac0, %[Temp1], %[cospi_8_64] \n\t"
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
math_semantic_tree_test.js | [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/ |
mathml_store_rules.js | 144 'msub', 331 'mj-msub', 'default.default', 334 'self::span[@class="msub"]'); 410 'mj-msub', 'self::span[@class="msubsup"]', 'CQFmathmlmsub');
|
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips5-wrong-error.s | 39 msub.ps $f12,$f14,$f29,$f17 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
|
/external/valgrind/main/none/tests/mips32/ |
mips32_dsp.c | [all...] |
mips32_dsp.stdout.exp-BE | [all...] |
mips32_dsp.stdout.exp-LE | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-arm64.cc | [all...] |
/external/vixl/test/ |
test-assembler-a64.cc | [all...] |
test-disasm-a64.cc | 448 TEST(msub) { 451 COMPARE(msub(w0, w1, w2, w3), "msub w0, w1, w2, w3"); 452 COMPARE(msub(w30, w21, w22, w16), "msub w30, w21, w22, w16"); 453 COMPARE(msub(x0, x1, x2, x3), "msub x0, x1, x2, x3"); 454 COMPARE(msub(x30, x21, x22, x16), "msub x30, x21, x22, x16"); [all...] |
/art/disassembler/ |
disassembler_mips.cc | 100 { kSpecial2Mask | 0xffff, (28 << kOpcodeShift) | 4, "msub", "ST" },
|
/external/chromium_org/third_party/libwebp/dsp/ |
enc_mips32.c | 345 "msub %[temp4], %[temp3] \n\t" \ 355 "msub %[temp5], %[temp8] \n\t" \ 356 "msub %[temp6], %[temp0] \n\t" \ 357 "msub %[temp7], %[temp1] \n\t" [all...] |
/external/llvm/test/CodeGen/AArch64/ |
arm64-arith.ll | 228 ; and add/sub rather than the madd/msub instructions. The latter are 4+ cycles,
|
/external/llvm/test/MC/AArch64/ |
arm64-arithmetic-encoding.s | 462 msub w1, w2, w3, w4 463 msub x1, x2, x3, x4 471 ; CHECK: msub w1, w2, w3, w4 ; encoding: [0x41,0x90,0x03,0x1b] 472 ; CHECK: msub x1, x2, x3, x4 ; encoding: [0x41,0x90,0x03,0x9b]
|
/external/llvm/test/MC/Disassembler/Mips/ |
micromips.txt | 193 # CHECK: msub $4, $5
|
micromips_le.txt | 193 # CHECK: msub $4, $5
|
/external/webp/src/dsp/ |
enc_mips32.c | 345 "msub %[temp4], %[temp3] \n\t" \ 355 "msub %[temp5], %[temp8] \n\t" \ 356 "msub %[temp6], %[temp0] \n\t" \ 357 "msub %[temp7], %[temp1] \n\t" [all...] |
/external/chromium_org/v8/tools/push-to-trunk/ |
common_includes.py | 75 def MSub(rexp, replacement, text): 89 return MSub(r"^( ?)", "#", text)
|