Searched refs:targetptr (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/rseq/ |
D | basic_percpu_ops_test.c | 142 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()
|
D | param_test.c | 518 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/ |
D | branch-06.ll | 94 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/ |
D | branch-06.ll | 94 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) {
|