Home
last modified time | relevance | path

Searched refs:RBP_OFF (Results 1 – 13 of 13) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/runtime/
H A Dgo-context.S14 #define RBP_OFF (0*8) macro
27 movq %rbp, RBP_OFF(%rdi)
44 movq RBP_OFF(%rdi), %rbp
/dports/lang/gcc11/gcc-11.2.0/libgo/runtime/
H A Dgo-context.S14 #define RBP_OFF (0*8) macro
27 movq %rbp, RBP_OFF(%rdi)
44 movq RBP_OFF(%rdi), %rbp
/dports/lang/gcc10/gcc-10.3.0/libgo/runtime/
H A Dgo-context.S14 #define RBP_OFF (0*8) macro
27 movq %rbp, RBP_OFF(%rdi)
44 movq RBP_OFF(%rdi), %rbp
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/runtime/
H A Dgo-context.S14 #define RBP_OFF (0*8) macro
27 movq %rbp, RBP_OFF(%rdi)
44 movq RBP_OFF(%rdi), %rbp
/dports/devel/avr-gcc/gcc-10.2.0/libgo/runtime/
H A Dgo-context.S14 #define RBP_OFF (0*8) macro
27 movq %rbp, RBP_OFF(%rdi)
44 movq RBP_OFF(%rdi), %rbp
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/runtime/
H A Dgo-context.S14 #define RBP_OFF (0*8) macro
27 movq %rbp, RBP_OFF(%rdi)
44 movq RBP_OFF(%rdi), %rbp
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/runtime/
H A Dgo-context.S14 #define RBP_OFF (0*8) macro
27 movq %rbp, RBP_OFF(%rdi)
44 movq RBP_OFF(%rdi), %rbp
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DBitBlotLogo.cpp142 landscape->addChild(bird, PM_POINTER, RBP_OFF); in applyState()
159 landscape->addChild(dragon, PM_POINTER, RBP_OFF); in applyState()
172 landscape->addChild(windmill, PM_POINTER, RBP_OFF); in applyState()
H A DAquariaMenuItem.cpp809 addChild(glowFont, PM_POINTER, RBP_OFF); in AquariaMenuItem()
H A DMiniMapRender.cpp131 addChild(q, PM_POINTER, RBP_OFF); in MiniMapRender()
H A DDSQ.cpp1339 cursor->addChild(cursorGlow, PM_NONE, RBP_OFF); in init()
1350 cursor->addChild(cursorBlinker, PM_NONE, RBP_OFF); in init()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DRenderObject.h62 RBP_OFF = 0, enumerator
H A DRenderObject.cpp1400 if (rbp == RBP_OFF) in addChild()