Searched refs:labelp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp267 for (dfsan_label *labelp = shadow_for(addr); size != 0; --size, ++labelp) {
274 // write when both |label| and |*labelp| are zero dramatically reduces
276 if (label == *labelp)
279 *labelp = label;
290 for (dfsan_label *labelp = shadow_for(addr); size != 0; --size, ++labelp)
291 if (*labelp != label)
292 *labelp = __dfsan_union(*labelp, labe
[all...]
/freebsd-11-stable/sys/amd64/include/
H A Dprofile.h70 #define MEXITCOUNT_OVERHEAD_GETLABEL(labelp) \
71 __asm __volatile("movq $1b,%0" : "=rm" (labelp))
/freebsd-11-stable/sys/i386/include/
H A Dprofile.h70 #define MEXITCOUNT_OVERHEAD_GETLABEL(labelp) \
71 __asm __volatile("movl $1b,%0" : "=rm" (labelp))
/freebsd-11-stable/lib/libc/nameser/
H A Dns_name.c1029 encode_bitsring(const char **bp, const char *end, unsigned char **labelp, argument
1125 **labelp = DNS_LABELTYPE_BITSTRING;
/freebsd-11-stable/contrib/gcc/
H A Drtlanal.c2500 tablejump_p (rtx insn, rtx *labelp, rtx *tablep)
2511 if (labelp)
2512 *labelp = label;
2478 tablejump_p(rtx insn, rtx *labelp, rtx *tablep) argument
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c14356 rtx *labelp;
14369 labelp = thumb_call_via_label + regno;
14375 labelp = cfun->machine->call_via + regno;
14378 output_asm_insn ("bl\t%a0", labelp);
14334 rtx *labelp; local

Completed in 261 milliseconds