/external/llvm/test/CodeGen/SystemZ/ |
D | memcmp-02.ll | 1 ; Test memcmp using CLC, with i64 results. 104 ; Check the upper end of the CLC range. Here the result is used both as
|
D | memcmp-nobuiltin.ll | 1 ; Test that memcmp won't be converted to CLC if calls are 103 ; Check the upper end of the CLC range. Here the result is used both as
|
D | memcmp-01.ll | 1 ; Test memcmp using CLC, with i32 results. 103 ; Check the upper end of the CLC range. Here the result is used both as
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 39 We only use MVC, XC and CLC for constant-length block operations.
|
D | SystemZISelLowering.h | 127 CLC, enumerator
|
D | SystemZSelectionDAGInfo.cpp | 165 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
|
D | SystemZOperators.td | 317 def z_clc : SDNode<"SystemZISD::CLC", SDT_ZMemMemLength,
|
D | SystemZISelLowering.cpp | 4625 OPCODE(CLC); in getTargetNodeName() 5705 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? in emitMemMemWrapper() 6225 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 1364 defm CLC : MemorySS<"clc", 0xD5, z_clc, z_clc_loop>;
|
/external/v8/src/s390/ |
D | constants-s390.h | 335 CLC = 0xD5, // Compare Logical (character) enumerator
|
D | simulator-s390.h | 625 EVALUATE(CLC);
|
D | assembler-s390.cc | 1802 ss_form(CLC, length - 1, opnd1.getBaseRegister(), opnd1.getDisplacement(), in clc()
|
D | simulator-s390.cc | 846 EvalTable[CLC] = &Simulator::Evaluate_CLC; in EvalTableInit() 7400 EVALUATE(CLC) { in EVALUATE() argument
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 412 #define CLC CHOICE(clc, clc, clc) macro 1148 #define CLC clc macro
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1258 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", []>;
|
D | X86GenAsmWriter.inc | 341 1286U, // CLC 5795 "CHS_Fp32\000CHS_Fp64\000CHS_Fp80\000CLC\000CLD\000CLFLUSH\000CLI\000CLT"
|
D | X86GenAsmWriter1.inc | 341 1187U, // CLC 6538 "CHS_Fp32\000CHS_Fp64\000CHS_Fp80\000CLC\000CLD\000CLFLUSH\000CLI\000CLT"
|
D | X86GenInstrInfo.inc | 344 CLC = 328, 4512 …{ 328, 0, 0, 0, 0, "CLC", 0|(1<<MCID::UnmodeledSideEffects), 0x1f0000001ULL, NULL, NULL, 0 }, // …
|
D | X86GenAsmMatcher.inc | 3093 { X86::CLC, "clc", Convert, { }, 0},
|
D | X86GenDisassemblerTables.inc | 3955 "CLC" 52580 0x148 /* CLC*/ 59599 0x148 /* CLC*/ 66764 0x148 /* CLC*/ 73929 0x148 /* CLC*/ 81094 0x148 /* CLC*/ 88118 0x148 /* CLC*/ 95137 0x148 /* CLC*/ 102156 0x148 /* CLC*/ 109175 0x148 /* CLC*/ [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 2012 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", [], IIC_CLC>;
|