Home
last modified time | relevance | path

Searched refs:bsl (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtw.parse.c794 int count, bsl; in starting_a_command() local
825 for (ptr = wordstart, bsl = 0; *(--ptr) == '\\'; bsl++); in starting_a_command()
826 if (bsl & 1) { in starting_a_command()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SVEInstrInfo.td3721 defm BSL_ZZZZ : sve2_int_bitwise_ternary_op<0b001, "bsl", int_aarch64_sve_bsl, AArch64bsp>;
H A DAArch64InstrInfo.td5274 defm BSL : SIMDLogicalThreeVectorTied<1, 0b01, "bsl">;