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.S127 ISB
131 ISB
/freebsd/sys/arm/include/
H A Dasm.h177 #define ISB isb macro
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp551 InstrProfSummaryBuilder ISB(ProfileSummaryBuilder::DefaultCutoffs); in writeImpl() local
552 InfoObj->SummaryBuilder = &ISB; in writeImpl()
654 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SpeculationHardening.cpp217 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.td304 // ISB (instruction-fetch barrier) instruction options.
307 class ISB<string name, bits<4> encoding> {
314 let FilterClass = "ISB";
320 let FilterClass = "ISB";
332 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.cpp3000 TmpInstISB.setOpcode(AArch64::ISB); in emitInstruction()
H A DAArch64SchedKryoDetails.td477 (instrs BRK, DCPS1, DCPS2, DCPS3, HLT, HVC, ISB, HINT, SMC, SVC)>;
H A DAArch64InstrInfo.cpp1262 case AArch64::ISB: in isSchedulingBoundary()
H A DAArch64InstrInfo.td1532 def ISB : CRmSystemI<barrier_op, 0b110, "isb",
2340 def : InstAlias<"isb", (ISB 0xf)>;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1855 if (Opcode == AArch64::ISB) { in printBarrierOption()
1856 auto ISB = AArch64ISB::lookupISBByEncoding(Val); in printBarrierOption() local
1857 Name = ISB ? ISB->Name : ""; in printBarrierOption()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_poll.pod48 #define SSL_POLL_EVENT_ISB /* ISB (Incoming Stream: Bidi) */
58 #define SSL_POLL_EVENT_IS /* ISB | ISU */
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h475 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.cpp2370 TmpInstISB.setOpcode(ARM::ISB); in emitInstruction()
H A DARMScheduleA57.td119 "(t2|t)?HINT$", "(t)?HLT$", "(t2)?HVC$", "(t2)?ISB$", "ITasm$",
H A DARMInstrInfo.td5181 // ISB has only full system option
5182 def ISB : AInoP<(outs), (ins instsyncb_opt:$opt), MiscFrm, NoItinerary,
6279 def : InstAlias<"isb", (ISB 0xf), 0>, Requires<[IsARM, HasDB]>;
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h.in2506 #define SSL_POLL_EVENT_ISB (1U << 9) /* ISB (Incoming Stream: Bidi) */