Searched refs:ALCR (Results 1 – 7 of 7) sorted by relevance
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 72 1056003U, // ALCR 1707 // ADBR, AEBR, AGFR, AGR, ALCGR, ALCR, ALGFR, ALGR, ALR, AR, AXBR, AsmELO... 1816 // ADBR, AEBR, AGFR, AGR, ALCGR, ALCR, ALGFR, ALGR, ALR, AR, AXBR, AsmELO...
|
D | SystemZGenDisassemblerTables.inc | 674 /* 2574 */ MCD_OPC_Decode, 51, 4, // Opcode: ALCR
|
/external/v8/src/s390/ |
D | simulator-s390.h | 936 EVALUATE(ALCR);
|
D | constants-s390.h | 1426 V(alcr, ALCR, 0xB998) /* type = RRE ADD LOGICAL WITH CARRY (32) */ \
|
D | simulator-s390.cc | 1224 EvalTable[ALCR] = &Simulator::Evaluate_ALCR; in EvalTableInit() 7273 EVALUATE(ALCR) { in EVALUATE() argument 7274 DCHECK_OPCODE(ALCR); in EVALUATE()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 942 def ALCR : BinaryRRE<"alc", 0xB998, adde, GR32, GR32>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 979 def ALCR : BinaryRRE<"alcr", 0xB998, z_addcarry, GR32, GR32>;
|