Searched refs:RSEQ_ASM_TMP_REG_1 (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/rseq/ |
| H A D | rseq-riscv.h | 31 #define RSEQ_ASM_TMP_REG_1 "t6" macro 84 "la " RSEQ_ASM_TMP_REG_1 ", " __rseq_str(cs_label) "\n" \ 85 REG_S RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(rseq_cs) "]\n" \ 100 REG_L RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(var) "]\n" \ 101 "bne " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(expect) "] ," \ 105 "lw " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(var) "]\n" \ 106 "bne " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(expect) "] ," \ 110 REG_L RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(var) "]\n" \ 111 "beq " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(expect) "] ," \ 119 REG_L RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(var) "]\n" [all …]
|
| H A D | rseq-or1k.h | 11 #define RSEQ_ASM_TMP_REG_1 "r31" macro 64 "l.movhi " RSEQ_ASM_TMP_REG_1 ", hi(" __rseq_str(cs_label) ")\n"\ 65 "l.ori " RSEQ_ASM_TMP_REG_1 ", " RSEQ_ASM_TMP_REG_1 \ 67 "l.sw %[" __rseq_str(rseq_cs) "], " RSEQ_ASM_TMP_REG_1 "\n" \ 84 "l.lwz " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(var) "]\n" \ 85 "l.sfne " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(expect) "]\n" \ 90 "l.lwz " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(var) "]\n" \ 91 "l.sfeq " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(expect) "]\n" \ 100 "l.lwz " RSEQ_ASM_TMP_REG_1 ", %[" __rseq_str(var) "]\n" 103 "l.sw %[" __rseq_str(var) "], " RSEQ_ASM_TMP_REG_1 "\n" [all …]
|
| H A D | rseq-riscv-bits.h | 39 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_cmpeqv_storev() 97 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_cmpnev_storeoffp_load() 145 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_addv() 201 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_cmpeqv_cmpeqv_storev() 257 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_offset_deref_addv() 321 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_cmpeqv_trystorev_storev() 384 : "memory", RSEQ_ASM_TMP_REG_1, RSEQ_ASM_TMP_REG_2, in rseq_cmpeqv_trymemcpy_storev()
|
| H A D | rseq-or1k-bits.h | 40 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_cmpeqv_storev() 98 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_cmpnev_storeoffp_load() 146 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_addv() 202 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_cmpeqv_cmpeqv_storev() 259 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_offset_deref_addv() 323 : "memory", RSEQ_ASM_TMP_REG_1 in rseq_cmpeqv_trystorev_storev() 386 : "memory", RSEQ_ASM_TMP_REG_1, RSEQ_ASM_TMP_REG_2, in rseq_cmpeqv_trymemcpy_storev()
|