Home
last modified time | relevance | path

Searched refs:DBAR (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/unifdef/tests/
H A Dwhitespace-2.sh1 unifdef -DBAR whitespace.c
H A Drecursive.sh1 unifdef -d -DFOO=BAR -DBAR=ZIG -DZIG=BAR -DQUX=QUX if1.c
/freebsd/contrib/pkgconf/tests/lib1/
H A Dprefix-foo1.pc10 Cflags: -fPIC -I${includedir}/foo -DBAR
/freebsd/usr.bin/unifdef/tests/
H A Dunifdef_test.sh47 atf_check unifdef -s -DFOO -DBAR=FOO /dev/null
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandAtomicPseudoInsts.cpp625 BuildMI(TailMBB, DL, TII->get(LoongArch::DBAR)).addImm(hint); in expandAtomicCmpXchg()
684 BuildMI(LoopHeadMBB, DL, TII->get(LoongArch::DBAR)).addImm(0b10100); in expandAtomicCmpXchg128()
730 BuildMI(TailMBB, DL, TII->get(LoongArch::DBAR)).addImm(hint); in expandAtomicCmpXchg128()
H A DLoongArchInstrInfo.td132 def loongarch_dbar : SDNode<"LoongArchISD::DBAR", SDT_LoongArchVI,
874 def DBAR : MISC_I15<0x38720000>;
1963 // DBAR hint encoding for LA664 and later micro-architectures, paraphrased from
1973 // e.g. needed by LL-SC loops on older models. (DBAR 0x700 behaves the same as
1979 // all as the full barrier (DBAR 0), so we can unconditionally start emiting the
1982 def : Pat<(atomic_fence 4, timm), (DBAR 0b10100)>; // acquire
1983 def : Pat<(atomic_fence 5, timm), (DBAR 0b10010)>; // release
1984 def : Pat<(atomic_fence 6, timm), (DBAR 0b10000)>; // acqrel
1985 def : Pat<(atomic_fence 7, timm), (DBAR 0b10000)>; // seqcst
2380 def : Pat<(loongarch_dbar uimm15:$imm15), (DBAR uimm15:$imm15)>;
H A DLoongArchISelLowering.h85 DBAR, enumerator
H A DLoongArchISelLowering.cpp3554 : DAG.getNode(LoongArchISD::DBAR, DL, MVT::Other, Chain, in lowerINTRINSIC_VOID()
6561 NODE_NAME_CASE(DBAR) in getTargetNodeName()
/freebsd/crypto/openssl/
H A DINSTALL.md1318 $ ./Configure -DFOO CPPFLAGS=-DBAR -DCOOKIE
1328 For example, the following command will not see `-DBAR`:
1330 $ CPPFLAGS=-DBAR ./Configure -DCOOKIE