代码搜索:MOV模块
找到约 10,000 项符合「MOV模块」的源代码
代码结果 10,000
www.eeworm.com/read/479931/1326837
cgs mov-rd-hs.cgs
# arm testcase for mov $rd,$hs
# mach: unfinished
.include "testutils.inc"
start
.global mov_rd_hs
mov_rd_hs:
mov r0,r8
pass
www.eeworm.com/read/479931/1327895
s t01_mov.s
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;mov
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
.h8300sx
.text
.global _start
_start:
mov.b #0
www.eeworm.com/read/479931/1327929
exp t01_mov.exp
# Copyright (C) 2003, 2007, 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis
www.eeworm.com/read/233448/4685614
c ppc-mov-1.c
/* { dg-do compile { target powerpc64-*-* } } */
/* { dg-require-effective-target lp64 } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "fmr \[0-9\]+,\[0-9\]+" } }
/* Origin:Pete S
www.eeworm.com/read/201007/5061294
svn-base mov.h.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/201007/5061327
svn-base mov.c.svn-base
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/201007/5061392
svn-work mov.h.svn-work
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/201007/5061427
svn-work mov.c.svn-work
K 13
svn:eol-style
V 6
native
K 12
svn:keywords
V 23
Author Date Id Revision
END
www.eeworm.com/read/201007/5061500
svn-base mov.h.svn-base
#ifndef FFMPEG_MOV_H
#define FFMPEG_MOV_H
/* mov.c */
extern const CodecTag ff_mov_obj_type[];
extern int ff_mov_iso639_to_lang(const char *lang, int mp4);
typedef struct Time2Sample{
int count;
www.eeworm.com/read/201007/5061533
svn-base mov.c.svn-base
/*
* MOV decoder.
* Copyright (c) 2001 Fabrice Bellard.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License a