HomeSort by relevance Sort by last modified time
    Searched refs:CMP (Results 51 - 75 of 151) sorted by null

1 23 4 5 6 7

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 91 CMP x0, #0
97 CMP tmp4, width
100 CMP y0, #0
105 CMP tmp2, height
h264bsd_interpolate_chroma_hor.s 94 CMP x0, #0
99 CMP tmp6, width ;// x0+chromaPartWidth+1 > width
102 CMP y0, #0
107 CMP tmp6, height
h264bsd_interpolate_chroma_hor_ver.s 97 CMP x0, #0
102 CMP tmp1, width ;// x0+chromaPartWidth+1 > width
105 CMP y0, #0
111 CMP tmp1, height
h264bsd_interpolate_chroma_ver.s 93 CMP x0, #0
97 CMP tmp1, width ;// x0+chromaPartWidth > width
100 CMP y0, #0
106 CMP tmp1, height
h264bsd_interpolate_hor_quarter.s 93 CMP x0, #0
99 CMP tmp4, width
102 CMP y0, #0
107 CMP tmp2, height
h264bsd_interpolate_ver_half.s 92 CMP x0, #0
97 CMP tmp5, width
100 CMP y0, #0
106 CMP tmp6, height
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFlushBits.s 65 CMP readBits, strmBuffSize, LSL #3
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFlushBits.S 63 CMP readBits, strmBuffSize, LSL #3
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 154 * CMP: Sets the low bit of the destination channels with the result
159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition)
639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ));
648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ));
666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
676 emit(CMP(dst_null_d(), op[0], op[1],
760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
765 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ))
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 154 * CMP: Sets the low bit of the destination channels with the result
159 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1, uint32_t condition)
639 emit(CMP(dst_null_d(), op[0], src_reg(0.0f), BRW_CONDITIONAL_NZ));
648 emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
656 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
661 inst = emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ));
666 inst = emit(CMP(dst_null_d(), op[0], src_reg(0), BRW_CONDITIONAL_NZ));
676 emit(CMP(dst_null_d(), op[0], op[1],
760 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_Z));
765 emit(CMP(dst_null_d(), op[0], op[1], BRW_CONDITIONAL_NZ))
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_FilterDeblockingChroma_HorEdge_I_s.s 139 CMP bS, #0
189 CMP filt, #0
240 CMP filt, #0
omxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s 164 CMP bS, #0
271 CMP filt, #0
320 CMP filt, #0
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s 241 CMP bS, #0
256 CMP bS, #4
328 CMP filt, #0
457 CMP filt, #0
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 133 CMP r5, #0
175 CMP r6, #0
188 CMP r4, r6
221 CMP r4, r6
Deemph_32_opt.s 92 CMP r4, #64
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Norm_Corr_neon.s 173 CMP r5, #0
215 CMP r6, #0
228 CMP r4, r6
260 CMP r4, r6
Deemph_32_neon.s 92 CMP r4, #64
syn_filt_neon.s 88 CMP r8, #80
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 86 CMP temp1,temp2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 86 CMP temp1,temp2
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.S 24 CMP r5,#0
46 CMP r8,#0
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 105 OP13(CMP)
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.h 47 /// CMP - Compare instruction.
48 CMP,
51 /// operand produced by a CMP instruction.
56 /// condition code, and operand 3 is the flag operand produced by a CMP
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 105 OP13(CMP)
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
basic_op_arm_v5.h 404 CMP product, 0x7FFF

Completed in 234 milliseconds

1 23 4 5 6 7