Searched refs:mstatus (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | mprobe.cpp | 10 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/ |
D | function-call.s | 41 call mstatus 42 # RELOC: R_RISCV_CALL mstatus 0x0 45 # FIXUP: fixup A - offset: 0, value: mstatus, kind: fixup_riscv_call
|
D | machine-csr-names.s | 76 # 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/ |
D | inline-asm.ll | 132 ; 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)
|
D | inline-asm-invalid.ll | 20 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/ |
D | lsan_interceptors.cpp | 197 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/ |
D | RISCVSystemOperands.td | 187 def : SysReg<"mstatus", 0x300>;
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVSystemOperands.td | 194 def : SysReg<"mstatus", 0x300>;
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.cpp | 3098 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/ |
D | sanitizer_common_interceptors.inc | 6892 INTERCEPTOR(int, mcheck, void (*abortfunc)(int mstatus)) { 6896 INTERCEPTOR(int, mcheck_pedantic, void (*abortfunc)(int mstatus)) {
|