Home
last modified time | relevance | path

Searched refs:targetptr (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rseq/
Dbasic_percpu_ops_test.c142 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
149 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push()
151 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push()
170 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
175 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop()
179 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()
Dparam_test.c518 intptr_t *targetptr, newval, expect; in this_cpu_list_push() local
525 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_push()
527 ret = rseq_cmpeqv_storev(targetptr, expect, newval, cpu); in this_cpu_list_push()
549 intptr_t *targetptr, expectnot, *load; in this_cpu_list_pop() local
554 targetptr = (intptr_t *)&list->c[cpu].head; in this_cpu_list_pop()
558 ret = rseq_cmpnev_storeoffp_load(targetptr, expectnot, in this_cpu_list_pop()
731 intptr_t *targetptr, newval; in this_cpu_buffer_pop() local
744 targetptr = (intptr_t *)&buffer->c[cpu].offset; in this_cpu_buffer_pop()
745 ret = rseq_cmpeqv_cmpeqv_storev(targetptr, offset, in this_cpu_buffer_pop()
/external/llvm/test/CodeGen/SystemZ/
Dbranch-06.ll94 define void @f7(i8 *%targetptr) {
103 %byte = load i8 , i8 *%targetptr
112 define void @f8(i16 *%targetptr) {
121 %half = load i16 , i16 *%targetptr
130 define void @f9(i16 *%targetptr) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dbranch-06.ll94 define void @f7(i8 *%targetptr) {
103 %byte = load i8, i8 *%targetptr
112 define void @f8(i16 *%targetptr) {
121 %half = load i16, i16 *%targetptr
130 define void @f9(i16 *%targetptr) {