Home
last modified time | relevance | path

Searched refs:CLC (Results 1 – 21 of 21) sorted by relevance

/external/llvm/test/CodeGen/SystemZ/
Dmemcmp-02.ll1 ; Test memcmp using CLC, with i64 results.
104 ; Check the upper end of the CLC range. Here the result is used both as
Dmemcmp-nobuiltin.ll1 ; 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
Dmemcmp-01.ll1 ; 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/
DREADME.txt39 We only use MVC, XC and CLC for constant-length block operations.
DSystemZISelLowering.h127 CLC, enumerator
DSystemZSelectionDAGInfo.cpp165 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
DSystemZOperators.td317 def z_clc : SDNode<"SystemZISD::CLC", SDT_ZMemMemLength,
DSystemZISelLowering.cpp4625 OPCODE(CLC); in getTargetNodeName()
5705 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? in emitMemMemWrapper()
6225 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td1364 defm CLC : MemorySS<"clc", 0xD5, z_clc, z_clc_loop>;
/external/v8/src/s390/
Dconstants-s390.h335 CLC = 0xD5, // Compare Logical (character) enumerator
Dsimulator-s390.h625 EVALUATE(CLC);
Dassembler-s390.cc1802 ss_form(CLC, length - 1, opnd1.getBaseRegister(), opnd1.getDisplacement(), in clc()
Dsimulator-s390.cc846 EvalTable[CLC] = &Simulator::Evaluate_CLC; in EvalTableInit()
7400 EVALUATE(CLC) { in EVALUATE() argument
/external/mesa3d/src/mesa/x86/
Dassyntax.h412 #define CLC CHOICE(clc, clc, clc) macro
1148 #define CLC clc macro
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.td1258 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", []>;
DX86GenAsmWriter.inc341 1286U, // CLC
5795 "CHS_Fp32\000CHS_Fp64\000CHS_Fp80\000CLC\000CLD\000CLFLUSH\000CLI\000CLT"
DX86GenAsmWriter1.inc341 1187U, // CLC
6538 "CHS_Fp32\000CHS_Fp64\000CHS_Fp80\000CLC\000CLD\000CLFLUSH\000CLI\000CLT"
DX86GenInstrInfo.inc344 CLC = 328,
4512 …{ 328, 0, 0, 0, 0, "CLC", 0|(1<<MCID::UnmodeledSideEffects), 0x1f0000001ULL, NULL, NULL, 0 }, // …
DX86GenAsmMatcher.inc3093 { X86::CLC, "clc", Convert, { }, 0},
DX86GenDisassemblerTables.inc3955 "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/
DX86InstrInfo.td2012 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", [], IIC_CLC>;