Searched refs:opstr (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PTX/ |
D | PTXInstrInfo.td | 512 multiclass PTX_LD<string opstr, string typestr, RegisterClass RC, PatFrag pat_load> { 515 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 519 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 523 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 527 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 531 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 535 !strconcat(opstr, !strconcat(typestr, "\t$d, [$a]")), 539 multiclass PTX_LD_ALL<string opstr, PatFrag pat_load> { 540 defm u16 : PTX_LD<opstr, ".u16", RegI16, pat_load>; 541 defm u32 : PTX_LD<opstr, ".u32", RegI32, pat_load>; [all …]
|
/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/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()
|
/external/llvm/lib/Target/Alpha/ |
D | AlphaISelLowering.cpp | 691 const char* opstr = 0; in LowerOperation() local 693 case ISD::UREM: opstr = "__remqu"; break; in LowerOperation() 694 case ISD::SREM: opstr = "__remq"; break; in LowerOperation() 695 case ISD::UDIV: opstr = "__divqu"; break; in LowerOperation() 696 case ISD::SDIV: opstr = "__divq"; break; in LowerOperation() 700 Addr = DAG.getExternalSymbol(opstr, MVT::i64); in LowerOperation()
|