Displaying 1 result from an estimated 1 matches for "int_ppc_mytest".
2009 Apr 22
0
[LLVMdev] a very strange question about adding new instrinsic.
Hi:
I want add new Instrinsic for my target. So I first do some test.
I add them in IntrinsicsPowerPC.td
//===--------------------===//
let TargetPrefix = "ppc" in {
def int_ppc_mytest : Intrinsic<[llvm_void_ty], [], [IntrWriteMem]>;
}
//===--------------------===//
I add them in PPCInstrInfo.td
//===--------------------===//
def MYTEST : XForm_24_sync<31, 599, (outs), (ins),
"mytest", LdStSync,
[(int_ppc_mytest...