Searched refs:ebreak (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_linux.cpp | 417 uint32_t ebreak = (byte1 | (byte2 << 8) | (byte3 << 16) | (byte4 << 24)); in GetAccessInfo() 419 bool isEbreak = (ebreak == 0x100073); in GetAccessInfo() 422 isFaultShort = ((ebreak & 0x3) != 0x3); in GetAccessInfo() 423 isShortEbreak = ((ebreak & 0xffff) == 0x9002); in GetAccessInfo()
|
/freebsd/sys/cddl/dev/kinst/riscv/ |
H A D | kinst_isa.c | 246 static uint32_t ebreak = MATCH_EBREAK; in kinst_trampoline_populate() local 265 kinst_memcpy(&kp->kp_tramp[INSN_SIZE], &ebreak, INSN_SIZE); in kinst_trampoline_populate()
|
/freebsd/sys/riscv/include/ |
H A D | encoding.h | 847 DECLARE_INSN(ebreak, MATCH_EBREAK, MASK_EBREAK)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 721 def EBREAK : RVInstI<0b000, OPC_SYSTEM, (outs), (ins), "ebreak", "">, 1064 def : MnemonicAlias<"sbreak", "ebreak">; 1935 // We lower `debugtrap` to `ebreak`, as this will get the attention of the
|
H A D | RISCVInstrInfoC.td | 550 def C_EBREAK : RVInst16CR<0b1001, 0b10, (outs), (ins), "c.ebreak", "">, Sched<[]>;
|