HomeSort by relevance Sort by last modified time
    Searched refs:madd (Results 26 - 50 of 52) sorted by null

12 3

  /external/llvm/test/MC/Mips/mips3/
invalid-mips5-wrong-error.s 31 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
  /external/llvm/test/MC/Mips/mips4/
invalid-mips5-wrong-error.s 31 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips5-wrong-error.s 33 madd.ps $f22,$f3,$f14,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: Unknown instruction
  /external/libhevc/common/arm64/
ihevc_weighted_pred_bi.s 190 madd x4,x12,x8,x4 //(lvl_shift1 * wgt0) + (lvl_shift2 * wgt1)
ihevc_sao_edge_offset_class2.s 104 madd x11, x10, x1, x0 //pu1_src[(ht - 1) * src_strd + col]
155 madd x12, x11, x1, x10 //wd - 1 + (ht - 1) * src_strd
    [all...]
ihevc_sao_edge_offset_class3.s 104 madd x11, x10, x1, x0 //pu1_src[(ht - 1) * src_strd + col]
160 madd x12, x11, x1, x0 //pu1_src[(ht - 1) * src_strd]
    [all...]
ihevc_sao_edge_offset_class2_chroma.s 118 madd x11, x10, x1, x0 //pu1_src[(ht - 1) * src_strd + col]
213 madd x12, x11, x1, x10 //wd - 2 + (ht - 1) * src_strd
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 115 madd x11, x10, x1, x0 //pu1_src[(ht - 1) * src_strd + col]
206 madd x12, x11, x1, x0 //pu1_src[(ht - 1) * src_strd]
    [all...]
  /external/llvm/test/MC/Mips/mips32/
valid.s 66 madd $s6,$13
67 madd $zero,$9
  /external/llvm/test/MC/Mips/mips64r2/
valid.s 136 madd $s6,$13
137 madd $zero,$9
138 madd.s $f1,$f31,$f19,$f25
  /external/llvm/test/MC/Mips/mips64/
valid.s 122 madd $s6,$13
123 madd $zero,$9
  /external/llvm/test/MC/AArch64/
basic-a64-instructions.s     [all...]
arm64-arithmetic-encoding.s 460 madd w1, w2, w3, w4
461 madd x1, x2, x3, x4
469 ; CHECK: madd w1, w2, w3, w4 ; encoding: [0x41,0x10,0x03,0x1b]
470 ; CHECK: madd x1, x2, x3, x4 ; encoding: [0x41,0x10,0x03,0x9b]
basic-a64-diagnostics.s     [all...]
  /external/valgrind/main/VEX/priv/
host_s390_defs.h 573 } madd; member in union:__anon35809::__anon35810
host_s390_defs.c 799 s390_amode_get_reg_usage(u, insn->variant.madd.dst);
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 431 TEST(madd) {
434 COMPARE(madd(w0, w1, w2, w3), "madd w0, w1, w2, w3");
435 COMPARE(madd(w30, w21, w22, w16), "madd w30, w21, w22, w16");
436 COMPARE(madd(x0, x1, x2, x3), "madd x0, x1, x2, x3");
437 COMPARE(madd(x30, x21, x22, x16), "madd x30, x21, x22, x16");
    [all...]
  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 460 COMPARE(madd(w0, w1, w2, w3), "madd w0, w1, w2, w3");
461 COMPARE(madd(x4, x5, x6, x7), "madd x4, x5, x6, x7");
462 COMPARE(madd(w8, w9, w10, wzr), "mul w8, w9, w10");
463 COMPARE(madd(x11, x12, x13, xzr), "mul x11, x12, x13");
    [all...]
  /external/chromium_org/v8/src/arm64/
assembler-arm64.h     [all...]
macro-assembler-arm64-inl.h 928 void MacroAssembler::Madd(const Register& rd,
934 madd(rd, rn, rm, ra);
    [all...]
assembler-arm64.cc 1209 void Assembler::madd(const Register& rd, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 1054 void madd(const Register& rd,
    [all...]
macro-assembler-a64.h 798 void Madd(const Register& rd,
807 madd(rd, rn, rm, ra);
    [all...]
assembler-a64.cc 885 DataProcessing3Source(rd, rn, rm, AppropriateZeroRegFor(rd), MADD);
889 void Assembler::madd(const Register& rd, function in class:vixl::Assembler
893 DataProcessing3Source(rd, rn, rm, ra, MADD);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsics_advsimd_Blur.S     [all...]

Completed in 1054 milliseconds

12 3