Searched refs:ALGFR (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-add-04.ll | 7 ; Check ALGFR. 106 ; Check that additions of spilled values can use ALGF rather than ALGFR.
|
/external/v8/src/s390/ |
D | simulator-s390.h | 948 EVALUATE(ALGFR);
|
D | constants-s390.h | 1436 V(algfr, ALGFR, 0xB91A) /* type = RRE ADD LOGICAL (64<-32) */ \
|
D | simulator-s390.cc | 1174 EvalTable[ALGFR] = &Simulator::Evaluate_ALGFR; in EvalTableInit() 10148 EVALUATE(ALGFR) { in EVALUATE() argument
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 920 def ALGFR : BinaryRRE<"algf", 0xB91A, null_frag, GR64, GR32>; 937 defm : ZXB<addc, GR64, ALGFR>; 1689 defm : ZXB<add, GR64, ALGFR>;
|