Home
last modified time | relevance | path

Searched refs:SCALL (Results 1 – 4 of 4) sorted by relevance

/external/ltp/include/old/
Dusctest.h64 #define TEST(SCALL) \ argument
67 TEST_RETURN = SCALL; \
83 #define TEST_VOID(SCALL) do { errno = 0; SCALL; TEST_ERRNO = errno; } while (0) argument
/external/ltp/include/
Dtst_test.h241 #define TEST(SCALL) \ argument
244 TST_RET = SCALL; \
248 #define TEST_VOID(SCALL) \ argument
251 SCALL; \
260 #define TESTPTR(SCALL) \ argument
263 TST_RET_PTR = (void*)SCALL; \
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td744 // The SCALL and SBREAK instructions wererenamed to ECALL and EBREAK in
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVInstrInfo.td806 // The SCALL and SBREAK instructions wererenamed to ECALL and EBREAK in