OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AVT
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp
104
EVT
AVT
;
116
AVT
= MVT::i16;
121
AVT
= MVT::i32;
126
AVT
= MVT::i64;
132
AVT
= MVT::i8;
138
if (
AVT
.bitsGT(MVT::i8)) {
139
unsigned UBytes =
AVT
.getSizeInBits() / 8;
144
Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, dl,
AVT
),
148
AVT
= MVT::i8;
162
SDValue Ops[] = { Chain, DAG.getValueType(
AVT
), InFlag }
[
all
...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
AVT.java
19
* $Id:
AVT
.java 469221 2006-10-30 18:26:44Z minchau $
40
public class
AVT
implements java.io.Serializable, XSLTVisitable
58
* If the
AVT
is not complex, just hold the simple string.
64
* If the
AVT
is complex, hold a Vector of AVTParts.
150
* Construct an
AVT
by parsing the string, and either
152
* on to the string if the
AVT
is simple.
162
public
AVT
(StylesheetHandler handler, String uri, String name,
441
* Get the
AVT
as the original string.
443
* @return The
AVT
as the original string
476
* Evaluate the
AVT
and return a String
[
all
...]
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 225 milliseconds