Home
last modified time | relevance | path

Searched refs:cdbr (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dcdb.cpp59 struct cdbr *cdbr = cdbr_open(name, CDBR_DEFAULT); in test_cdbr1() local
60 assert(cdbr); in test_cdbr1()
62 uint32_t idx = cdbr_entries(cdbr); in test_cdbr1()
68 int rv = cdbr_get(cdbr, idx - 1, &data, &data_len); in test_cdbr1()
76 rv = cdbr_find(cdbr, key1, __arraycount(key1), &data, &data_len); in test_cdbr1()
83 cdbr_close(cdbr); in test_cdbr1()
112 struct cdbr *cdbr = cdbr_open_mem(base, sz, CDBR_DEFAULT, cdbr_unmap, COOKIE); in test_cdbr2() local
113 assert(cdbr); in test_cdbr2()
115 printf("entries: %" PRIu32 "\n", cdbr_entries(cdbr)); in test_cdbr2()
117 cdbr_close(cdbr); in test_cdbr2()
/external/llvm-project/llvm/test/CodeGen/SystemZ/
DDAGCombiner_illegal_BUILD_VECTOR.ll13 ; CHECK-NEXT: cdbr %f0, %f0
Dtdc-06.ll21 ; CHECK-DAG: cdbr %f0, %f0
Dfp-conv-12.ll36 ; CHECK-NEXT: cdbr %f0, %f1
Dfp-conv-10.ll37 ; CHECK-NEXT: cdbr %f0, %f1
Dfp-libcall.ll250 ; CHECK: cdbr %f0, %f2
280 ; CHECK: cdbr %f0, %f2
Dtrap-01.ll164 ; CHECK: cdbr %f0, %f2
Dfp-sqrt-02.ll163 ; CHECK: cdbr %f0, %f0
Dfp-cmp-02.ll14 ; CHECK: cdbr %f0, %f2
Dfp-strict-cmp-02.ll14 ; CHECK: cdbr %f0, %f2
/external/llvm/test/CodeGen/SystemZ/
Dfp-conv-12.ll24 ; CHECK: cdbr
Dtdc-06.ll21 ; CHECK: cdbr %f0, %f0
Dfp-conv-10.ll25 ; CHECK: cdbr
Dtrap-01.ll164 ; CHECK: cdbr %f0, %f2
Dfp-sqrt-02.ll163 ; CHECK: cdbr %f0, %f0
Dfp-cmp-02.ll14 ; CHECK: cdbr %f0, %f2
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc9228 struct __sanitizer_cdbr *cdbr = REAL(cdbr_open)(path, flags);
9229 if (cdbr)
9230 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, cdbr, sizeof(*cdbr));
9231 return cdbr;
9241 struct __sanitizer_cdbr *cdbr =
9243 if (cdbr)
9244 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, cdbr, sizeof(*cdbr));
9245 return cdbr;
9248 INTERCEPTOR(u32, cdbr_entries, struct __sanitizer_cdbr *cdbr) {
9250 COMMON_INTERCEPTOR_ENTER(ctx, cdbr_entries, cdbr);
[all …]
/external/capstone/suite/MC/SystemZ/
Dinsn-good.s.cs279 0xb3,0x19,0x00,0x00 = cdbr %f0, %f0
280 0xb3,0x19,0x00,0x0f = cdbr %f0, %f15
281 0xb3,0x19,0x00,0x78 = cdbr %f7, %f8
282 0xb3,0x19,0x00,0xf0 = cdbr %f15, %f0
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td541 def CDBR : CompareRRE<"cdbr", 0xB319, z_any_fcmp, FP64, FP64>;
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZInstrFP.td541 def CDBR : CompareRRE<"cdbr", 0xB319, z_any_fcmp, FP64, FP64>;
DSystemZInstrVector.td1409 def WFCDB : CompareVRRa<"wfcdb", 0xE7CB, z_any_fcmp, v64db, 3, "cdbr">;
/external/llvm/test/MC/SystemZ/
Dinsn-good.s1316 #CHECK: cdbr %f0, %f0 # encoding: [0xb3,0x19,0x00,0x00]
1317 #CHECK: cdbr %f0, %f15 # encoding: [0xb3,0x19,0x00,0x0f]
1318 #CHECK: cdbr %f7, %f8 # encoding: [0xb3,0x19,0x00,0x78]
1319 #CHECK: cdbr %f15, %f0 # encoding: [0xb3,0x19,0x00,0xf0]
1321 cdbr %f0, %f0
1322 cdbr %f0, %f15
1323 cdbr %f7, %f8
1324 cdbr %f15, %f0
/external/capstone/arch/SystemZ/
DSystemZGenInsnNameMaps.inc295 { SYSZ_INS_CDBR, "cdbr" },
/external/llvm/test/MC/Disassembler/SystemZ/
Dinsns.txt847 # CHECK: cdbr %f0, %f0
850 # CHECK: cdbr %f0, %f15
853 # CHECK: cdbr %f7, %f8
856 # CHECK: cdbr %f15, %f0
/external/llvm-project/llvm/test/MC/SystemZ/
Dinsn-good.s2829 #CHECK: cdbr %f0, %f0 # encoding: [0xb3,0x19,0x00,0x00]
2830 #CHECK: cdbr %f0, %f15 # encoding: [0xb3,0x19,0x00,0x0f]
2831 #CHECK: cdbr %f7, %f8 # encoding: [0xb3,0x19,0x00,0x78]
2832 #CHECK: cdbr %f15, %f0 # encoding: [0xb3,0x19,0x00,0xf0]
2834 cdbr %f0, %f0
2835 cdbr %f0, %f15
2836 cdbr %f7, %f8
2837 cdbr %f15, %f0

12