Searched refs:CLC (Results 1 – 10 of 10) sorted by relevance
/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-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 | SystemZISelLowering.h | 127 CLC, enumerator
|
D | README.txt | 61 We only use MVC, XC and CLC for constant-length block operations.
|
D | SystemZSelectionDAGInfo.cpp | 174 return DAG.getNode(SystemZISD::CLC, DL, VTs, Chain, Src1, Src2, in emitCLC()
|
D | SystemZOperators.td | 170 def z_clc : SDNode<"SystemZISD::CLC", SDT_ZMemMemLength,
|
D | SystemZISelLowering.cpp | 2803 OPCODE(CLC); in getTargetNodeName() 3428 MachineBasicBlock *EndMBB = (Length > 256 && Opcode == SystemZ::CLC ? in emitMemMemWrapper() 3918 return emitMemMemWrapper(MI, MBB, SystemZ::CLC); in EmitInstrWithCustomInserter()
|
D | SystemZInstrInfo.td | 1185 defm CLC : MemorySS<"clc", 0xD5, z_clc, z_clc_loop>;
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 412 #define CLC CHOICE(clc, clc, clc) macro 1148 #define CLC clc macro
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1878 def CLC : I<0xF8, RawFrm, (outs), (ins), "clc", [], IIC_CLC>;
|