Home
last modified time | relevance | path

Searched refs:ALGF (Results 1 – 6 of 6) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dint-add-04.ll17 ; Check ALGF with no displacement.
28 ; Check the high end of the aligned ALGF range.
54 ; Check the high end of the negative aligned ALGF range.
66 ; Check the low end of the ALGF range.
92 ; Check that ALGF allows an index.
106 ; Check that additions of spilled values can use ALGF rather than ALGFR.
Dint-add-10.ll51 ; Test ALGF with no offset.
66 ; Check the high end of the ALGF range.
100 ; Check the high end of the negative aligned ALGF range.
116 ; Check the low end of the ALGF range.
150 ; Check that ALGF allows an index.
/external/v8/src/s390/
Dsimulator-s390.h1053 EVALUATE(ALGF);
Dconstants-s390.h881 V(algf, ALGF, 0xE31A) /* type = RXY_A ADD LOGICAL (64<-32) */ \
Dsimulator-s390.cc1279 EvalTable[ALGF] = &Simulator::Evaluate_ALGF; in EvalTableInit()
11085 EVALUATE(ALGF) { in EVALUATE() argument
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td934 def ALGF : BinaryRXY<"algf", 0xE31A, addc, GR64, azextloadi32, 4>;
1693 (ALGF GR64:$src1, bdxaddr20only:$addr)>;