/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_PredictIntra_4x4_s.s | 151 CMP availability, #(OMX_VC_UPPER + OMX_VC_LEFT) 190 CMP availability, #OMX_VC_UPPER ;// if(availability & #OMX_VC_UPPER) 229 CMP availability, #OMX_VC_LEFT
|
/system/core/libpixelflinger/codeflinger/ |
texturing.cpp | 540 CMP(AL, u, width); 559 CMP(AL, width, reg_imm(u, ASR, FRAC_BITS)); 575 CMP(AL, v, height); 583 CMP(AL, height, reg_imm(v, ASR, FRAC_BITS)); [all...] |
GGLAssembler.cpp | 705 if (shift) CMP(AL, fragment.reg, reg_imm(ref, LSR, shift)); 706 else CMP(AL, fragment.reg, ref); 774 CMP(AL, depth, reg_imm(z, LSR, 16)); [all...] |
ARMAssemblerInterface.h | 280 CMP(int cc, int Rn, uint32_t Op2) {
|
/external/elfutils/0.153/src/ |
unstrip.c | 807 #define CMP(value) \ 821 CMP (value); 822 CMP (size); 823 CMP (shndx); 834 int cmp; 837 cmp = (s1->name == NULL) - (s2->name == NULL); 839 if (cmp == 0) 841 cmp = ((GELF_ST_BIND (s2->info.info) == STB_LOCAL) 844 if (cmp == 0) 846 cmp = ((GELF_ST_TYPE (s2->info.info) == STT_SECTION 832 int cmp; local 1284 int cmp = compare_unalloc_sections (shdr, &sec->shdr, local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4.h | 362 vec4_instruction *CMP(dst_reg dst, src_reg src0, src_reg src1,
|
/external/chromium_org/v8/src/arm/ |
constants-arm.h | 140 CMP = 10 << 21, // Compare.
|
assembler-arm.cc | 709 (CMP | S); 715 (I | CMP | S); 1375 void Assembler::cmp(Register src1, const Operand& src2, Condition cond) { function in class:v8::internal::Assembler [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4.h | 362 vec4_instruction *CMP(dst_reg dst, src_reg src0, src_reg src1,
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
Syn_filt_32_opt.s | 217 CMP r8, #64
|
syn_filt_opt.s | 219 CMP r8, #80
|
pred_lt4_1_opt.s | 43 CMP r2, #0
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/ |
Filt_6k_7k_neon.s | 205 CMP r5, #80
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingLuma_VerEdge_I_s.s | 232 CMP bS10, #0
|
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 55 CMP, // ARM compare instructions. 569 SDValue duplicateCmp(SDValue Cmp, SelectionDAG &DAG) const;
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 93 CMP, COMI, UCOMI, 99 /// operand, usually produced by a CMP instruction. 109 /// X86 FP SETCC, implemented with CMP{cc}SS/CMP{cc}SD. 120 /// flag operand produced by a CMP or TEST instruction. It also writes a 126 /// condition code, and operand 3 is the flag operand produced by a CMP [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 665 CMP pSrcResidue, #0
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock_s.s | 390 CMP pSrcResidue, #0
|
/art/compiler/utils/arm/ |
assembler_thumb2.cc | 106 void Thumb2Assembler::cmp(Register rn, const ShifterOperand& so, Condition cond) { function in class:art::arm::Thumb2Assembler 107 EmitDataProcessing(cond, CMP, 1, rn, R0, so); 683 case CMP: 714 // ADD, SUB, CMP and MOV may be thumb1 only if the immediate is 8 bits. 715 if (!(opcode == ADD || opcode == SUB || opcode == MOV || opcode == CMP)) { 748 case CMP: thumb_opcode = 0b1101; set_cc = true; rd = PC; break; 873 case CMP: 2110 int16_t cmp = B13 | B11 | static_cast<int16_t>(branch->GetRegister()) << 8; local [all...] |
/external/llvm/lib/Target/MSP430/ |
MSP430ISelLowering.cpp | [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
armSP_FFTInv_CCSToR_S16_preTwiddleRadix2_unsafe_s.S | 132 CMP size,#4
|
/external/llvm/test/MC/ARM/ |
basic-thumb-instructions.s | 219 @ CMP 221 cmp r6, #32 222 cmp r3, r4 223 cmp r8, r1 225 @ CHECK: cmp r6, #32 @ encoding: [0x20,0x2e] 226 @ CHECK: cmp r3, r4 @ encoding: [0xa3,0x42] 227 @ CHECK: cmp r8, r1 @ encoding: [0x88,0x45]
|
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
lex.yy.c | [all...] |
/external/llvm/test/MC/AArch64/ |
arm64-aliases.s | 80 ; SUBS to WZR/XZR is a CMP 82 cmp w1, #1024, lsl #12 83 cmp x2, #1024 84 cmp w4, w5 85 cmp x6, x7 86 cmp w8, w9, asr #3 87 cmp x2, x3, lsr #4 88 cmp x2, w3, uxth #2 89 cmp x4, x5, uxtx 90 cmp wzr, w [all...] |
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
arm64_assembler_test.cpp | 458 case INSTR_CMP: a64asm->CMP(test.cond, Rn,op2); break; [all...] |