代码搜索:CMP
找到约 10,000 项符合「CMP」的源代码
代码结果 10,000
www.eeworm.com/read/494783/1156719
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/492491/1173306
cmp fifo.cmp
--Copyright (C) 1991-2005 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic
--functions, and any
www.eeworm.com/read/492491/1173313
cmp shift.cmp
--Copyright (C) 1991-2005 Altera Corporation
--Your use of Altera Corporation's design tools, logic functions
--and other software and tools, and its AMPP partner logic
--functions, and any
www.eeworm.com/read/489559/1220899
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/479931/1325765
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/479931/1325979
cgs cmp.cgs
# frv testcase for cmp $GRi,$GRj,$ICCi_1
# mach: all
.include "testutils.inc"
start
.global cmp
cmp:
set_gr_immed 1,gr7
set_gr_immed 2,gr8
set_icc 0x0f,0 ; Set mask opposite of
www.eeworm.com/read/479931/1326721
cgs cmp.cgs
# arm testcase for cmp${cond}${set-cc?} $rn,$imm12
# mach: unfinished
.include "testutils.inc"
start
.global cmp_imm
cmp_imm:
cmp00 pc,0
pass
# arm testcase for cmp$cond${set-cc?} $rd,$rn,$rm
www.eeworm.com/read/479931/1326788
cgs cmp.cgs
# arm testcase for cmp ${bit10-rd},#$offset8
# mach: unfinished
.include "testutils.inc"
start
.global cmp
cmp:
cmp r0,#0
# FIXME: Also: cmp $rd,$rs
pass
www.eeworm.com/read/479931/1327715
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