Searched refs:opstr (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/PTX/ |
D | PTXInstrLoadStore.td | 138 multiclass PTX_LD<string opstr, string typestr, 142 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 147 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 152 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 157 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 162 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 167 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 172 multiclass PTX_ST<string opstr, string typestr, RegisterClass RC, 176 !strconcat(opstr, !strconcat(typestr, "\t[$a], $d")), 181 !strconcat(opstr, !strconcat(typestr, "\t[$a], $d")), [all …]
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrFPU.td | 87 class FPLoad<bits<6> op, string opstr, RegisterClass RC, Operand MemOpnd>: 89 !strconcat(opstr, "\t$ft, $addr"), [(set RC:$ft, (load_a addr:$addr))], 93 class FPStore<bits<6> op, string opstr, RegisterClass RC, Operand MemOpnd>: 95 !strconcat(opstr, "\t$ft, $addr"), [(store_a RC:$ft, addr:$addr)], 99 class FPIdxLoad<bits<6> funct, string opstr, RegisterClass DRC, 102 !strconcat(opstr, "\t$fd, $index($base)"), 108 class FPIdxStore<bits<6> funct, string opstr, RegisterClass DRC, 111 !strconcat(opstr, "\t$fs, $index($base)"), 117 multiclass FFR1_W_M<bits<6> funct, string opstr> { 118 def _S : FFR1<funct, 16, opstr, "w.s", FGR32, FGR32>; [all …]
|
D | MipsInstrFormats.td | 278 class FFR1<bits<6> funct, bits<5> fmt, string opstr, string fmtstr, 281 !strconcat(opstr, ".", fmtstr, "\t$fd, $fs"), []> { 286 class FFR1P<bits<6> funct, bits<5> fmt, string opstr, string fmtstr, 289 !strconcat(opstr, ".", fmtstr, "\t$fd, $fs"), 294 class FFR2P<bits<6> funct, bits<5> fmt, string opstr, 297 !strconcat(opstr, ".", fmtstr, "\t$fd, $fs, $ft"),
|
/external/icu4c/test/cintltst/ |
D | putiltst.c | 303 const char *opstr; in TestCompareVersions() local 311 opstr = testCases[j+1]; in TestCompareVersions() 313 switch(opstr[0]) { in TestCompareVersions() 328 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str); in TestCompareVersions() 330 …log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, o… in TestCompareVersions()
|
/external/regex-re2/re2/ |
D | parse.cc | 2054 StringPiece opstr = t; in Parse() 2072 opstr.set(opstr.data(), t.data() - opstr.data()); in Parse() 2073 if (!ps.PushRepeatOp(op, opstr, nongreedy)) in Parse() 2075 isunary = opstr; in Parse() 2081 StringPiece opstr = t; in Parse() local 2103 opstr.set(opstr.data(), t.data() - opstr.data()); in Parse() 2104 if (!ps.PushRepetition(lo, hi, opstr, nongreedy)) in Parse() 2106 isunary = opstr; in Parse()
|
/external/valgrind/tsan/ |
D | ts_dynamorio.cc | 469 const char *opstr = dr_get_options(id); in dr_init() local 470 dr_printf("Options: %s\n", opstr); in dr_init() 471 const char *fname = strstr(opstr, "--symbols="); in dr_init()
|