Searched refs:LZXR (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 32 def LZXR : InherentRRE<"lzxr", 0xB376, FP128, (fpimm0)>; 463 def : Pat<(f128 fpimmneg0), (LCXBR (LZXR))>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrFP.td | 42 def LZXR : InherentRRE<"lzxr", 0xB376, FP128, fpimm0>; 557 def : Pat<(f128 fpimmneg0), (LCXBR (LZXR))>;
|
D | SystemZScheduleZ196.td | 704 def : InstRW<[WLat2, FXU2, GroupAlone], (instregex "LZXR$")>;
|
D | SystemZScheduleZEC12.td | 742 def : InstRW<[WLat2, FXU2, GroupAlone], (instregex "LZXR$")>;
|
D | SystemZScheduleZ13.td | 768 def : InstRW<[WLat2, FXb2, Cracked], (instregex "LZXR$")>;
|
D | SystemZScheduleZ14.td | 787 def : InstRW<[WLat2, FXb2, Cracked], (instregex "LZXR$")>;
|
/external/v8/src/s390/ |
D | simulator-s390.h | 782 EVALUATE(LZXR);
|
D | constants-s390.h | 1306 V(lzxr, LZXR, 0xB376) /* type = RRE LOAD ZERO (extended) */ \
|
D | simulator-s390.cc | 1071 EvalTable[LZXR] = &Simulator::Evaluate_LZXR; in EvalTableInit() 5885 EVALUATE(LZXR) { in EVALUATE() argument
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 705 269959U, // LZXR
|
D | SystemZGenDisassemblerTables.inc | 453 /* 1533 */ MCD_OPC_Decode, 172, 5, 54, // Opcode: LZXR
|