Home
last modified time | relevance | path

Searched refs:opstr (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsInstrInfo.td572 class ArithLogicR<string opstr, RegisterOperand RO, bit isComm = 0,
576 !strconcat(opstr, "\t$rd, $rs, $rt"),
577 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> {
584 class ArithLogicI<string opstr, Operand Od, RegisterOperand RO,
589 !strconcat(opstr, "\t$rt, $rs, $imm16"),
591 Itin, FrmI, opstr> {
597 class MArithR<string opstr, InstrItinClass itin, bit isComm = 0> :
599 !strconcat(opstr, "\t$rs, $rt"), [], itin, FrmR, opstr> {
606 class LogicNOR<string opstr, RegisterOperand RO>:
608 !strconcat(opstr, "\t$rd, $rs, $rt"),
[all …]
DMipsInstrFPU.td102 class ADDS_FT<string opstr, RegisterOperand RC, InstrItinClass Itin, bit IsComm,
105 !strconcat(opstr, "\t$fd, $fs, $ft"),
106 [(set RC:$fd, (OpNode RC:$fs, RC:$ft))], Itin, FrmFR, opstr> {
110 multiclass ADDS_M<string opstr, InstrItinClass Itin, bit IsComm,
112 def _D32 : MMRel, ADDS_FT<opstr, AFGR64Opnd, Itin, IsComm, OpNode>,
114 def _D64 : ADDS_FT<opstr, FGR64Opnd, Itin,
121 class ABSS_FT<string opstr, RegisterOperand DstRC, RegisterOperand SrcRC,
123 InstSE<(outs DstRC:$fd), (ins SrcRC:$fs), !strconcat(opstr, "\t$fd, $fs"),
124 [(set DstRC:$fd, (OpNode SrcRC:$fs))], Itin, FrmFR, opstr>,
127 multiclass ABSS_M<string opstr, InstrItinClass Itin,
[all …]
DMicroMipsInstrInfo.td30 class LoadLeftRightMM<string opstr, SDNode OpNode, RegisterOperand RO,
33 !strconcat(opstr, "\t$rt, $addr"),
40 class StoreLeftRightMM<string opstr, SDNode OpNode, RegisterOperand RO,
43 !strconcat(opstr, "\t$rt, $addr"),
48 class LLBaseMM<string opstr, RegisterOperand RO> :
50 !strconcat(opstr, "\t$rt, $addr"), [], NoItinerary, FrmI> {
55 class SCBaseMM<string opstr, RegisterOperand RO> :
57 !strconcat(opstr, "\t$rt, $addr"), [], NoItinerary, FrmI> {
63 class LoadMM<string opstr, DAGOperand RO, SDPatternOperator OpNode = null_frag,
66 !strconcat(opstr, "\t$rt, $addr"),
[all …]
DMipsCondMov.td19 class CMov_I_I_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC,
22 !strconcat(opstr, "\t$rd, $rs, $rt"), [], Itin, FrmFR, opstr> {
27 class CMov_I_F_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC,
30 !strconcat(opstr, "\t$fd, $fs, $rt"), [], Itin, FrmFR, opstr> {
35 class CMov_F_I_FT<string opstr, RegisterOperand RC, InstrItinClass Itin,
38 !strconcat(opstr, "\t$rd, $rs, $fcc"),
40 Itin, FrmFR, opstr> {
45 class CMov_F_F_FT<string opstr, RegisterOperand RC, InstrItinClass Itin,
48 !strconcat(opstr, "\t$fd, $fs, $fcc"),
50 Itin, FrmFR, opstr> {
DMips64InstrInfo.td276 class Count1s<string opstr, RegisterOperand RO>:
277 InstSE<(outs RO:$rd), (ins RO:$rs), !strconcat(opstr, "\t$rd, $rs"),
278 [(set RO:$rd, (ctpop RO:$rs))], II_POP, FrmR, opstr> {
282 class ExtsCins<string opstr, SDPatternOperator Op = null_frag>:
284 !strconcat(opstr, " $rt, $rs, $pos, $lenm1"),
286 NoItinerary, FrmR, opstr> {
290 class SetCC64_R<string opstr, PatFrag cond_op> :
292 !strconcat(opstr, "\t$rd, $rs, $rt"),
294 II_SEQ_SNE, FrmR, opstr> {
298 class SetCC64_I<string opstr, PatFrag cond_op>:
[all …]
DMipsInstrFormats.td95 InstrItinClass itin, Format f, string opstr = ""> :
98 string BaseOpcode = opstr;
DMips32r6InstrInfo.td375 class JMP_IDX_COMPACT_DESC_BASE<string opstr, DAGOperand opnd,
378 string AsmString = !strconcat(opstr, "\t$rt, $offset");
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dexpr.c1301 char opstr[8]; in yasm_expr_print() local
1311 strcpy(opstr, "+"); in yasm_expr_print()
1314 strcpy(opstr, "-"); in yasm_expr_print()
1317 strcpy(opstr, "*"); in yasm_expr_print()
1320 strcpy(opstr, "/"); in yasm_expr_print()
1323 strcpy(opstr, "//"); in yasm_expr_print()
1326 strcpy(opstr, "%"); in yasm_expr_print()
1329 strcpy(opstr, "%%"); in yasm_expr_print()
1333 opstr[0] = 0; in yasm_expr_print()
1337 opstr[0] = 0; in yasm_expr_print()
[all …]
/external/chromium_org/third_party/icu/source/test/cintltst/
Dputiltst.c314 const char *opstr; in TestCompareVersions() local
322 opstr = testCases[j+1]; in TestCompareVersions()
324 switch(opstr[0]) { in TestCompareVersions()
339 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str); in TestCompareVersions()
341 …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/icu/icu4c/source/test/cintltst/
Dputiltst.c314 const char *opstr; in TestCompareVersions() local
322 opstr = testCases[j+1]; in TestCompareVersions()
324 switch(opstr[0]) { in TestCompareVersions()
339 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str); in TestCompareVersions()
341 …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/chromium_org/third_party/re2/re2/
Dparse.cc2065 StringPiece opstr = t; in Parse()
2083 opstr.set(opstr.data(), t.data() - opstr.data()); in Parse()
2084 if (!ps.PushRepeatOp(op, opstr, nongreedy)) in Parse()
2086 isunary = opstr; in Parse()
2092 StringPiece opstr = t; in Parse() local
2114 opstr.set(opstr.data(), t.data() - opstr.data()); in Parse()
2115 if (!ps.PushRepetition(lo, hi, opstr, nongreedy)) in Parse()
2117 isunary = opstr; in Parse()
/external/regex-re2/re2/
Dparse.cc2065 StringPiece opstr = t; in Parse()
2083 opstr.set(opstr.data(), t.data() - opstr.data()); in Parse()
2084 if (!ps.PushRepeatOp(op, opstr, nongreedy)) in Parse()
2086 isunary = opstr; in Parse()
2092 StringPiece opstr = t; in Parse() local
2114 opstr.set(opstr.data(), t.data() - opstr.data()); in Parse()
2115 if (!ps.PushRepetition(lo, hi, opstr, nongreedy)) in Parse()
2117 isunary = opstr; in Parse()
/external/bluetooth/bluedroid/bta/hf_client/
Dbta_hf_client_at.c528 static void bta_hf_client_handle_cops(char *opstr, UINT32 mode) in bta_hf_client_handle_cops() argument
530 APPL_TRACE_DEBUG("%s %u %s", __FUNCTION__, mode, opstr); in bta_hf_client_handle_cops()
532 bta_hf_client_operator_name(opstr); in bta_hf_client_handle_cops()
936 char opstr[17]; in bta_hf_client_parse_cops() local
943 res = sscanf(buffer, "%hhi,0,\"%16[^\"]\"%n", &mode, opstr, &offset); in bta_hf_client_parse_cops()
955 bta_hf_client_handle_cops(opstr, mode); in bta_hf_client_parse_cops()
/external/llvm/lib/Target/NVPTX/
DNVPTXVector.td1084 class LoadParamScalar4Inst<NVPTXRegClass regclass, string opstr> :
1087 !strconcat(!strconcat("ld.param", opstr),
1090 class LoadParamScalar2Inst<NVPTXRegClass regclass, string opstr> :
1093 !strconcat(!strconcat("ld.param", opstr),
1097 class StoreParamScalar4Inst<NVPTXRegClass regclass, string opstr> :
1101 !strconcat(!strconcat("st.param", opstr),
1104 class StoreParamScalar2Inst<NVPTXRegClass regclass, string opstr> :
1107 !strconcat(!strconcat("st.param", opstr),
1110 class StoreRetvalScalar4Inst<NVPTXRegClass regclass, string opstr> :
1114 !strconcat(!strconcat("st.param", opstr),
[all …]
DNVPTXInstrInfo.td1766 class LoadParamMemInst<NVPTXRegClass regclass, string opstr> :
1768 !strconcat(!strconcat("ld.param", opstr),
1772 class LoadParamRegInst<NVPTXRegClass regclass, string opstr> :
1774 !strconcat(!strconcat("mov", opstr),
1778 class LoadParamV2MemInst<NVPTXRegClass regclass, string opstr> :
1780 !strconcat(!strconcat("ld.param.v2", opstr),
1783 class LoadParamV4MemInst<NVPTXRegClass regclass, string opstr> :
1787 !strconcat(!strconcat("ld.param.v4", opstr),
1790 class StoreParamInst<NVPTXRegClass regclass, string opstr> :
1792 !strconcat(!strconcat("st.param", opstr),
[all …]