/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.td | 381 class ArithLogicR<string opstr, RegisterOperand RO, bit isComm = 0, 385 !strconcat(opstr, "\t$rd, $rs, $rt"), 386 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> { 392 class ArithLogicI<string opstr, Operand Od, RegisterOperand RO, 397 !strconcat(opstr, "\t$rt, $rs, $imm16"), 399 Itin, FrmI, opstr> { 405 class MArithR<string opstr, bit isComm = 0> : 407 !strconcat(opstr, "\t$rs, $rt"), [], IIImult, FrmR> { 414 class LogicNOR<string opstr, RegisterOperand RO>: 416 !strconcat(opstr, "\t$rd, $rs, $rt") [all...] |
MipsInstrFPU.td | 92 class ADDS_FT<string opstr, RegisterOperand RC, InstrItinClass Itin, bit IsComm, 95 !strconcat(opstr, "\t$fd, $fs, $ft"), 100 multiclass ADDS_M<string opstr, InstrItinClass Itin, bit IsComm, 102 def _D32 : ADDS_FT<opstr, AFGR64RegsOpnd, Itin, IsComm, OpNode>, 104 def _D64 : ADDS_FT<opstr, FGR64RegsOpnd, Itin, IsComm, OpNode>, 110 class ABSS_FT<string opstr, RegisterOperand DstRC, RegisterOperand SrcRC, 112 InstSE<(outs DstRC:$fd), (ins SrcRC:$fs), !strconcat(opstr, "\t$fd, $fs"), 116 multiclass ABSS_M<string opstr, InstrItinClass Itin, 118 def _D32 : ABSS_FT<opstr, AFGR64RegsOpnd, AFGR64RegsOpnd, Itin, OpNode>, 120 def _D64 : ABSS_FT<opstr, FGR64RegsOpnd, FGR64RegsOpnd, Itin, OpNode> [all...] |
MipsCondMov.td | 19 class CMov_I_I_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC, 22 !strconcat(opstr, "\t$rd, $rs, $rt"), [], Itin, FrmFR> { 27 class CMov_I_F_FT<string opstr, RegisterOperand CRC, RegisterOperand DRC, 30 !strconcat(opstr, "\t$fd, $fs, $rt"), [], Itin, FrmFR> { 35 class CMov_F_I_FT<string opstr, RegisterOperand RC, InstrItinClass Itin, 38 !strconcat(opstr, "\t$rd, $rs, $fcc"), 45 class CMov_F_F_FT<string opstr, RegisterOperand RC, InstrItinClass Itin, 48 !strconcat(opstr, "\t$fd, $fs, $fcc"),
|
MipsInstrFormats.td | 95 InstrItinClass itin, Format f, string opstr = ""> : 98 string BaseOpcode = opstr;
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_ad.cpp | 82 char opStr[4] = ""; 83 snprintf(opStr, sizeof(opStr), "%d", value); 84 int ret = write(adFd, opStr, strlen(opStr)); 109 char opStr[4] = {'\0'}; 110 if(read(adFd, opStr, strlen(opStr)) >= 0) { 112 ret = atoi(opStr);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
expr.c | 1301 char opstr[8]; local [all...] |
/external/llvm/lib/Target/X86/ |
X86InstrFMA.td | 158 string OpStr, string PackTy, Intrinsic Int, 163 defm r132 : fma3s_rm<opc132, !strconcat(OpStr, "132", PackTy), 165 defm r231 : fma3s_rm<opc231, !strconcat(OpStr, "231", PackTy), 169 defm r213 : fma3s_rm<opc213, !strconcat(OpStr, "213", PackTy), 171 fma3s_rm_int<opc213, !strconcat(OpStr, "213", PackTy), 176 string OpStr, Intrinsic IntF32, Intrinsic IntF64, 178 defm SS : fma3s_forms<opc132, opc213, opc231, OpStr, "ss", IntF32, OpNode, 180 defm SD : fma3s_forms<opc132, opc213, opc231, OpStr, "sd", IntF64, OpNode,
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXVector.td | [all...] |
NVPTXInstrInfo.td | [all...] |
NVPTXIntrinsics.td | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
putiltst.c | 303 const char *opstr; local 311 opstr = testCases[j+1]; 313 switch(opstr[0]) { 328 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str); 330 log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, op, got);
|
/external/icu4c/test/cintltst/ |
putiltst.c | 314 const char *opstr; local 322 opstr = testCases[j+1]; 324 switch(opstr[0]) { 339 log_verbose("%d: %s %s %s, OK\n", (j/3), v1str, opstr, v2str); 341 log_err("%d: %s %s %s: wanted values of the same sign, %d got %d\n", (j/3), v1str, opstr, v2str, op, got);
|
/bionic/libc/kernel/tools/ |
cpp.py | 783 def __init__(self,op,arg,opstr=None): 785 if not opstr: 786 opstr = op 787 self.opstr = opstr 794 return "%s(%s)" % (self.opstr,arg_s) 796 return "%s%s" % (self.opstr, arg_s) 808 def __init__(self,op,arg1,arg2,opstr=None): 810 if not opstr: 811 opstr = o [all...] |
/external/chromium_org/third_party/re2/re2/ |
parse.cc | 2065 StringPiece opstr = t; local 2092 StringPiece opstr = t; local [all...] |
/external/regex-re2/re2/ |
parse.cc | 2065 StringPiece opstr = t; local 2092 StringPiece opstr = t; local [all...] |
/external/llvm/lib/Target/X86/AsmParser/ |
X86AsmParser.cpp | [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolution.cpp | 186 const char *OpStr = 0; 188 case scAddExpr: OpStr = " + "; break; 189 case scMulExpr: OpStr = " * "; break; 190 case scUMaxExpr: OpStr = " umax "; break; 191 case scSMaxExpr: OpStr = " smax "; break; 198 OS << OpStr; [all...] |
/external/clang/lib/Sema/ |
SemaExpr.cpp | [all...] |