代码搜索:CMP
找到约 10,000 项符合「CMP」的源代码
代码结果 10,000
www.eeworm.com/read/140467/5792301
c cmp.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/136591/5868172
c cmp.c
///////比较器0调试程序,带中断处理和比较器状态crossbar输出//////////
///////比较器0输出为P0.0口,比较器1输出为P0.1口,比较器2输出为P0.2口///////////
///////比较器0输入口为P2.6(+),和P2.7(-)///////////////////////////////////////
//////cmp.c//////////
www.eeworm.com/read/135153/5887751
c cmp.c
/* vi: set sw=4 ts=4: */
/*
* Mini cmp implementation for busybox
*
* Copyright (C) 2000,2001 by Matt Kraai
*
* This program is free software; you can redistribu
www.eeworm.com/read/131315/5943901
c cmp.c
/*
* Copyright (c) 1989, 1993
* The Regents of the University of California. All rights reserved.
*
* This code is derived from software contributed to Berkeley by
* Michael Fischbein.
*
* Red
www.eeworm.com/read/131315/5945215
c cmp.c
/*
* Copyright (c) 1987, 1990, 1993, 1994
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modificatio
www.eeworm.com/read/131315/5945216
1 cmp.1
.\" Copyright (c) 1987, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" the Institute of Ele
www.eeworm.com/read/128965/5978697
c cmp.c
/*
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you
www.eeworm.com/read/127781/6000118
ver cmp.ver
#if defined(__module__up) || defined(__module__BOOT)
#define __ver_cmp_unregister_opcr _ver_str(7ae23f09)
#define cmp_unregister_opcr _set_ver(cmp_unregister_opcr)
#elif defined(__module__bigmem) ||
www.eeworm.com/read/117181/6109436
cgs cmp.cgs
# fr30 testcase for cmp $Rj,$Ri, cmp $u4,$Ri
# mach(): fr30
.include "testutils.inc"
START
.text
.global cmp
cmp:
; Test cmp $Rj,$Ri
mvi_h_gr 1,r7
mvi_h_gr 2,r8
set_cc 0x0f
www.eeworm.com/read/117181/6109549
cgs cmp.cgs
# m32r testcase for cmp $src1,$src2
# mach(): m32r m32rx
.include "testutils.inc"
start
.global cmp
cmp:
mvi_h_condbit 0
mvi_h_gr r4, 1
mvi_h_gr r5, 2
cmp r4, r5
bc ok
not_ok:
fail
ok:
mv