Home
last modified time | relevance | path

Searched refs:CValue (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp165 static bool isCDisp8(uint64_t TSFlags, int Value, int& CValue) { in isCDisp8() argument
172 CValue = Value; in isCDisp8()
184 CValue = Value; in isCDisp8()
/external/valgrind/perf/
Dtinycc.c2154 typedef union CValue { union
2166 } CValue; typedef
2174 CValue c; /* constant, if VT_CONST */
2285 CValue tokc;
2310 static CValue tokc;
5458 char *get_tok_str(int v, CValue *cv);
7284 char *get_tok_str(int v, CValue *cv) in get_tok_str()
8023 static void tok_str_add2(TokenString *s, int t, CValue *cv) in tok_str_add2()
8090 CValue cval; in tok_str_add_tok()
8294 CValue cval; in tok_print()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.cpp1969 SDValue CValue = DAG.getConstant(CN->getZExtValue(), VT); in LowerSCALAR_TO_VECTOR() local
1971 ConstVecValues.push_back(CValue); in LowerSCALAR_TO_VECTOR()