Searched refs:OFF (Results 1 – 5 of 5) sorted by relevance
| /TaskScheduler/ThirdParty/Boost.Context/asm/ |
| H A D | jump_sparc_sysv_elf_gas.S | 32 #define OFF(N) (4*(N)) macro 111 ld [%sp + OFF(0)], %l0 112 ld [%sp + OFF(1)], %l1 113 ld [%sp + OFF(2)], %l2 114 ld [%sp + OFF(3)], %l3 115 ld [%sp + OFF(4)], %l4 116 ld [%sp + OFF(5)], %l5 117 ld [%sp + OFF(6)], %l6 118 ld [%sp + OFF(7)], %l7 119 ld [%sp + OFF(8)], %i0 [all …]
|
| H A D | jump_sparc64_sysv_elf_gas.S | 32 #define OFF(N) (8*(N)) macro 115 ldx [%sp + BIAS + OFF(0)], %l0 116 ldx [%sp + BIAS + OFF(1)], %l1 117 ldx [%sp + BIAS + OFF(2)], %l2 118 ldx [%sp + BIAS + OFF(3)], %l3 119 ldx [%sp + BIAS + OFF(4)], %l4 120 ldx [%sp + BIAS + OFF(5)], %l5 121 ldx [%sp + BIAS + OFF(6)], %l6 122 ldx [%sp + BIAS + OFF(7)], %l7 123 ldx [%sp + BIAS + OFF(8)], %i0 [all …]
|
| H A D | make_sparc_sysv_elf_gas.S | 32 #define OFF(N) (4*(N)) macro 56 st %i0, [%i5+FC_stK+OFF(0)] // save fs_stack.sp 57 st %i1, [%i5+FC_stK+OFF(1)] // save fs_stack.size 59 st %o1, [%i5+FC_GREG+OFF(0)] // save new stack pointer 60 st %i2, [%i5+FC_GREG+OFF(1)] // save new %pc (function pointer) 61 st %g1, [%i5+FC_GREG+OFF(3)] 62 st %g2, [%i5+FC_GREG+OFF(4)] 63 st %g3, [%i5+FC_GREG+OFF(5)] 64 st %g6, [%i5+FC_GREG+OFF(6)] 65 st %g7, [%i5+FC_GREG+OFF(7)] [all …]
|
| H A D | make_sparc64_sysv_elf_gas.S | 32 #define OFF(N) (8*(N)) macro 62 stx %i0, [%i5+FC_STK+OFF(0)] // save fs_stack.sp 63 stx %i1, [%i5+FC_STK+OFF(1)] // save fs_stack.size 65 stx %o1, [%i5+FC_GREG+OFF(0)] // save new stack pointer 66 stx %i2, [%i5+FC_GREG+OFF(1)] // save new %pc (function pointer) 67 stx %g1, [%i5+FC_GREG+OFF(3)] 68 stx %g2, [%i5+FC_GREG+OFF(4)] 69 stx %g3, [%i5+FC_GREG+OFF(5)] 70 stx %g6, [%i5+FC_GREG+OFF(6)] 71 stx %g7, [%i5+FC_GREG+OFF(7)] [all …]
|
| /TaskScheduler/ThirdParty/UnitTest++/ |
| H A D | CMakeLists.txt | 4 option(UTPP_USE_PLUS_SIGN "Set this to OFF is you with to use '-cpp' instead of '++' in lib/include…
|