Home
last modified time | relevance | path

Searched refs:ALCR (Results 1 – 7 of 7) sorted by relevance

/external/capstone/arch/SystemZ/
DSystemZGenAsmWriter.inc72 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...
DSystemZGenDisassemblerTables.inc674 /* 2574 */ MCD_OPC_Decode, 51, 4, // Opcode: ALCR
/external/v8/src/s390/
Dsimulator-s390.h936 EVALUATE(ALCR);
Dconstants-s390.h1426 V(alcr, ALCR, 0xB998) /* type = RRE ADD LOGICAL WITH CARRY (32) */ \
Dsimulator-s390.cc1224 EvalTable[ALCR] = &Simulator::Evaluate_ALCR; in EvalTableInit()
7273 EVALUATE(ALCR) { in EVALUATE() argument
7274 DCHECK_OPCODE(ALCR); in EVALUATE()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td942 def ALCR : BinaryRRE<"alc", 0xB998, adde, GR32, GR32>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.td979 def ALCR : BinaryRRE<"alcr", 0xB998, z_addcarry, GR32, GR32>;