Searched refs:BRK (Results 1 – 19 of 19) sorted by relevance
59 BRK = ( r'\[(' variable76 LINK_RE = NOIMG + BRK + \80 IMAGE_LINK_RE = r'\!' + BRK + r'\s*\((<.*?>|([^\)]*))\)'82 REFERENCE_RE = NOIMG + BRK+ r'\s*\[([^\]]*)\]' # [Google][3]83 IMAGE_REFERENCE_RE = r'\!' + BRK + '\s*\[([^\]]*)\]' # ![alt text][2]
112 OP00(BRK)
200 bool IsBrk() const { return Mask(ExceptionMask) == BRK; } in IsBrk()
677 BRK = ExceptionFixed | 0x00200000, enumerator
1196 case BRK: mnemonic = "brk"; break; in VisitException()
2228 Emit(BRK | ImmException(code)); in brk()
663 case BRK: in VisitException()746 VIXL_ASSERT(instr->Mask(ExceptionMask) == BRK); in DoBreakpoint()
711 BRK = ExceptionFixed | 0x00200000, enumerator
1384 case BRK: mnemonic = "brk"; break; in VisitException()
2393 case BRK: in VisitException()
4664 Emit(BRK | ImmException(code)); in brk()
133 ; CHECK: BRK
76 #define BRK 0xd4200000 macro1256 return push_inst(compiler, BRK); in sljit_emit_op0()
95 BRK = to_bytes([243]) # Break variable
838 .. opcode:: BRK - Break
212 ### BRK ### subsection
1217 def BRK : ExceptionGeneration<0b001, 0b00, "brk">;5279 // __builtin_trap() uses the BRK instruction on AArch64.5280 def : Pat<(trap), (BRK 1)>;
3462 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::BRK)) in fastLowerIntrinsicCall()
11003 BRK SIMO