Home
last modified time | relevance | path

Searched refs:ISB (Results 1 – 21 of 21) sorted by relevance

/freebsd/sys/arm/arm/
H A Dlocore.S152 ISB
156 ISB
314 ISB
324 ISB
328 ISB
358 ISB
367 ISB
379 ISB
384 ISB
394 ISB
[all …]
H A Dcpu_asm-v6.S236 ISB
247 ISB
H A Dswtch-v6.S128 ISB
132 ISB
/freebsd/sys/arm/include/
H A Dasm.h177 #define ISB isb macro
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp840 InstrProfSummaryBuilder ISB(ProfileSummaryBuilder::DefaultCutoffs); in writeImpl() local
841 InfoObj->SummaryBuilder = &ISB; in writeImpl()
970 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1832 if (Opcode == AArch64::ISB) {
1833 auto ISB = AArch64ISB::lookupISBByEncoding(Val); in printBarriernXSOption()
1834 Name = ISB ? ISB->Name : ""; in printBarriernXSOption()
1818 auto ISB = AArch64ISB::lookupISBByEncoding(Val); printBarrierOption() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp38 // by inserting a DSB SYS/ISB barrier pair which will prevent control
220 // A full control flow speculation barrier consists of (DSB SYS + ISB) in insertFullSpeculationBarrier()
222 BuildMI(MBB, MBBI, DL, TII->get(AArch64::ISB)).addImm(0xf); in insertFullSpeculationBarrier()
H A DAArch64SchedCyclone.td295 // ISB
296 def : InstRW<[WriteI], (instrs ISB)>;
H A DAArch64SystemOperands.td203 // ISB (instruction-fetch barrier) instruction options.
206 class ISB<string name, bits<4> encoding> : SearchableTable{
215 def : ISB<"sy", 0xf>;
H A DAArch64SchedFalkorDetails.td1245 def : InstRW<[FalkorWr_1none_0cyc], (instrs BRK, DCPS1, DCPS2, DCPS3, HINT, HLT, HVC, ISB, SMC, SVC)>;
H A DAArch64AsmPrinter.cpp2552 TmpInstISB.setOpcode(AArch64::ISB); in emitInstruction()
H A DAArch64SchedKryoDetails.td477 (instrs BRK, DCPS1, DCPS2, DCPS3, HLT, HVC, ISB, HINT, SMC, SVC)>;
H A DAArch64InstrInfo.cpp1157 case AArch64::ISB: in isSchedulingBoundary()
H A DAArch64InstrInfo.td1243 def ISB : CRmSystemI<barrier_op, 0b110, "isb",
2005 def : InstAlias<"isb", (ISB 0xf)>;
/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod44 #define SSL_POLL_EVENT_ISB /* ISB (Incoming Stream: Bidi) */
54 #define SSL_POLL_EVENT_IS /* ISB | ISU */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h420 struct ISB : SysAlias { struct
/freebsd/crypto/openssl/doc/designs/quic-design/server/
H A Dquic-polling.md259 - **ISB (Incoming Stream — Bidirectional):** There is at least one
333 /* ISB (Incoming Stream: Bidirectional) */
634 #### `ISB`, `ISU`: Incoming Stream Availability
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp2336 TmpInstISB.setOpcode(ARM::ISB); in emitInstruction()
H A DARMScheduleA57.td119 "(t2|t)?HINT$", "(t)?HLT$", "(t2)?HVC$", "(t2)?ISB$", "ITasm$",
H A DARMInstrInfo.td5152 // ISB has only full system option
5153 def ISB : AInoP<(outs), (ins instsyncb_opt:$opt), MiscFrm, NoItinerary,
6246 def : InstAlias<"isb", (ISB 0xf), 0>, Requires<[IsARM, HasDB]>;
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in2498 # define SSL_POLL_EVENT_ISB (1U << 9) /* ISB (Incoming Stream: Bidi) */