Home
last modified time | relevance | path

Searched refs:CLC (Results 1 – 10 of 10) 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-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/
DSystemZISelLowering.h127 CLC, enumerator
DREADME.txt61 We only use MVC, XC and CLC for constant-length block operations.
DSystemZSelectionDAGInfo.cpp174 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
DSystemZOperators.td170 def z_clc : SDNode<"SystemZISD::CLC", SDT_ZMemMemLength,
DSystemZISelLowering.cpp2803 OPCODE(CLC); in getTargetNodeName()
3428 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? in emitMemMemWrapper()
3918 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
DSystemZInstrInfo.td1185 defm CLC : MemorySS<"clc", 0xD5, z_clc, z_clc_loop>;
/external/mesa3d/src/mesa/x86/
Dassyntax.h412 #define CLC CHOICE(clc, clc, clc) macro
1148 #define CLC clc macro
/external/llvm/lib/Target/X86/
DX86InstrInfo.td1878 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", [], IIC_CLC>;