Home
last modified time | relevance | path

Searched refs:add_d (Results 1 – 24 of 24) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_ps_bitdec.c234 env_count = add_d(env_count, MAX_NUM_COLUMNS); in ixheaacd_decode_ps_data()
243 add_d(ptr_ps_dec->num_env, 1); in ixheaacd_decode_ps_data()
262 threshold = add_d(ptr_ps_dec->border_position[e - 1], 1); in ixheaacd_decode_ps_data()
Dixheaacd_basic_op.h23 #define add_d(a, b) ((a) + (b)) macro
Dixheaacd_pns_js_thumb.c149 scale_exp = add_d(sub_d(31, (ptr_aac_dec_channel_info[channel] in ixheaacd_pns_process()
Dixheaacd_freq_sca.c452 num_mf_bands = add_d(num_bands0, num_bands1); in ixheaacd_calc_master_frq_bnd_tbl()
Dixheaacd_env_extr.c544 if (end_pos > add_d(SBR_TIME_SLOTS, SBR_OV_SLOTS)) return 0; in ixheaacd_validate_frame_info()
/external/swiftshader/third_party/LLVM/test/CodeGen/Blackfin/
Dinline-asm.ll12 define i32 @add_d(i32 %A, i32 %B) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/
Darith-fp.ll7 define double @add_d(double %a, double %b) {
/external/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll15 define double @add_d(double %a, double %b) {
17 ; CHECK-LABEL: add_d:
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dfloat-ops.ll15 define double @add_d(double %a, double %b) {
17 ; CHECK-LABEL: add_d:
/external/llvm/test/Transforms/LoopVectorize/AArch64/
Dloop-vectorization-factors.ll90 ; CHECK-LABEL: @add_d(
94 define void @add_d(i16* noalias nocapture readonly %p, i32* noalias nocapture %q, i32 %len) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/AArch64/
Dloop-vectorization-factors.ll118 ; CHECK-LABEL: @add_d(
122 define void @add_d(i16* noalias nocapture readonly %p, i32* noalias nocapture %q, i32 %len) #0 {
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h122 void add_d(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
DIceInstMIPS32.cpp743 Asm->add_d(getDest(), getSrc(0), getSrc(1)); in emitIAS()
DIceAssemblerMIPS32.cpp383 void AssemblerMIPS32::add_d(const Operand *OpFd, const Operand *OpFs, in add_d() function in Ice::MIPS32::AssemblerMIPS32
/external/v8/src/wasm/baseline/mips64/
Dliftoff-assembler-mips64.h719 FP_BINOP(f64_add, add_d) in FP_BINOP()
/external/v8/src/mips/
Dmacro-assembler-mips.cc1814 add_d(fd, fd, scratch); in Cvt_d_uw()
2109 add_d(fd, fr, scratch); in Madd_d()
5190 add_d(dst, src1, src2); in Float64MaxOutOfLine()
5240 add_d(dst, src1, src2); in Float64MinOutOfLine()
Dassembler-mips.h981 void add_d(FPURegister fd, FPURegister fs, FPURegister ft);
Dassembler-mips.cc2750 void Assembler::add_d(FPURegister fd, FPURegister fs, FPURegister ft) { in add_d() function in v8::internal::Assembler
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc2169 add_d(fd, fd, fd); // In delay slot. in Cvt_d_ul()
2632 add_d(fd, fr, scratch); in Madd_d()
5593 add_d(dst, src1, src2); in Float64MaxOutOfLine()
5642 add_d(dst, src1, src2); in Float64MinOutOfLine()
Dassembler-mips64.h1052 void add_d(FPURegister fd, FPURegister fs, FPURegister ft);
Dassembler-mips64.cc3142 void Assembler::add_d(FPURegister fd, FPURegister fs, FPURegister ft) { in add_d() function in v8::internal::Assembler
/external/v8/src/wasm/baseline/mips/
Dliftoff-assembler-mips.h824 FP_BINOP(f64_add, add_d) in FP_BINOP()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc1204 __ add_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc1331 __ add_d(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction() local