Home
last modified time | relevance | path

Searched refs:mstatus (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
Dmprobe.cpp10 extern "C" int mcheck(void (*abortfunc)(int mstatus));
11 extern "C" int mcheck_pedantic(void (*abortfunc)(int mstatus));
/external/llvm-project/llvm/test/MC/RISCV/
Dfunction-call.s41 call mstatus
42 # RELOC: R_RISCV_CALL mstatus 0x0
45 # FIXUP: fixup A - offset: 0, value: mstatus, kind: fixup_riscv_call
Dmachine-csr-names.s76 # mstatus
78 # CHECK-INST: csrrs t1, mstatus, zero
80 # CHECK-INST-ALIAS: csrr t1, mstatus
82 # CHECK-INST: csrrs t2, mstatus, zero
84 # CHECK-INST-ALIAS: csrr t2, mstatus
86 csrrs t1, mstatus, zero
/external/llvm-project/llvm/test/CodeGen/RISCV/
Dinline-asm.ll132 ; RV32I-NEXT: csrwi mstatus, 31
135 ; RV32I-NEXT: csrwi mstatus, 0
142 ; RV64I-NEXT: csrwi mstatus, 31
145 ; RV64I-NEXT: csrwi mstatus, 0
148 tail call void asm sideeffect "csrwi mstatus, $0", "K"(i32 31)
149 tail call void asm sideeffect "csrwi mstatus, $0", "K"(i32 0)
Dinline-asm-invalid.ll20 tail call void asm sideeffect "csrwi mstatus, $0", "K"(i32 32)
22 tail call void asm sideeffect "csrwi mstatus, $0", "K"(i32 -1)
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_interceptors.cpp197 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() argument
201 INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) { in INTERCEPTOR() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVSystemOperands.td187 def : SysReg<"mstatus", 0x300>;
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVSystemOperands.td194 def : SysReg<"mstatus", 0x300>;
/external/icu/icu4c/source/i18n/
DdecNumber.cpp3098 uInt mstatus=0; /* local status */ in uprv_decNumberSquareRoot() local
3099 decMultiplyOp(b, b, b, &workset, &mstatus); /* try the multiply */ in uprv_decNumberSquareRoot()
3100 if (mstatus&DEC_Overflow) { /* result just won't fit */ in uprv_decNumberSquareRoot()
3104 decCompareOp(t, b, rhs, &workset, COMPARE, &mstatus); /* b ? rhs */ in uprv_decNumberSquareRoot()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc6892 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) {
6896 INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {