Searched refs:reg1 (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/system/ulib/zircon/
H A Dzircon-syscall-arm64.S15 .macro push_regpair reg0, reg1
16 stp \reg0, \reg1, [sp, #-16]!
19 .cfi_rel_offset \reg1, 8
21 .macro pop_regpair reg0, reg1
22 ldp \reg0, \reg1, [sp], #16
25 .cfi_same_value \reg1
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dasm.h38 .macro push_regs reg1, reg2
39 stp \reg1, \reg2, [sp, #-16]! variable
41 .cfi_rel_offset \reg1, 0
44 .macro pop_regs reg1, reg2
45 ldp \reg1, \reg2, [sp], #16 variable
47 .cfi_same_value \reg1
/fuchsia/zircon/third_party/ulib/musl/src/setjmp/aarch64/
H A Dlongjmp.S45 .macro restore_pair reg1, reg2, index
46 ldp \reg1, \reg2, [x16, #8*\index]
47 .cfi_same_value \reg1
/fuchsia/zircon/system/utest/thread-initial-state/
H A Darm64.S7 .macro check_simd reg1 reg2
8 fmov x0, \reg1

Completed in 31 milliseconds