代码搜索:ADDRESSING
找到约 974 项符合「ADDRESSING」的源代码
代码结果 974
www.eeworm.com/read/240162/4587937
c multi-ix.c
/* Test for a reload bug:
if you have a memory reference using the indexed addressing
mode, and the base address is a pseudo containing an address in the frame
and this pseudo fails to get a
www.eeworm.com/read/233448/4681770
c multi-ix.c
/* Test for a reload bug:
if you have a memory reference using the indexed addressing
mode, and the base address is a pseudo containing an address in the frame
and this pseudo fails to get a
www.eeworm.com/read/162614/5526625
c multi-ix.c
/* Test for a reload bug:
if you have a memory reference using the indexed addressing
mode, and the base address is a pseudo containing an address in the frame
and this pseudo fails to get a
www.eeworm.com/read/347503/3172262
s address-040.s
;; Test unsupported indirect addressing
.text
.global main
main:
ld2w r0,@-sp
jmp r13
www.eeworm.com/read/347503/3172282
s address-036.s
;; Test unsupported indirect addressing
.text
.global main
main:
st2w r0,@+sp
jmp r13
www.eeworm.com/read/347503/3172304
s address-033.s
;; Test unsupported indirect addressing
.text
.global main
main:
ld2w r0,@+sp
jmp r13
www.eeworm.com/read/340665/3268094
s address-040.s
;; Test unsupported indirect addressing
.text
.global main
main:
ld2w r0,@-sp
jmp r13
www.eeworm.com/read/340665/3268114
s address-036.s
;; Test unsupported indirect addressing
.text
.global main
main:
st2w r0,@+sp
jmp r13
www.eeworm.com/read/340665/3268136
s address-033.s
;; Test unsupported indirect addressing
.text
.global main
main:
ld2w r0,@+sp
jmp r13
www.eeworm.com/read/275358/4178185
svn-base xpath.h.svn-base
/*
* Summary: XML Path Language implementation
* Description: API for the XML Path Language implementation
*
* XML Path Language implementation
* XPath is a language for addressing parts of an XM