Home | History | Annotate | Download | only in PowerPC

Lines Matching full:pseudo

360 // Pseudo-instructions:
364 def ADJCALLSTACKDOWN : Pseudo<(outs), (ins u16imm:$amt), "",
366 def ADJCALLSTACKUP : Pseudo<(outs), (ins u16imm:$amt1, u16imm:$amt2), "",
370 def UPDATE_VRSAVE : Pseudo<(outs GPRC:$rD), (ins GPRC:$rS),
375 def DYNALLOC : Pseudo<(outs GPRC:$result), (ins GPRC:$negsize, memri:$fpsi), "",
383 def SELECT_CC_I4 : Pseudo<(outs GPRC:$dst), (ins CRRC:$cond, GPRC:$T, GPRC:$F,
386 def SELECT_CC_I8 : Pseudo<(outs G8RC:$dst), (ins CRRC:$cond, G8RC:$T, G8RC:$F,
389 def SELECT_CC_F4 : Pseudo<(outs F4RC:$dst), (ins CRRC:$cond, F4RC:$T, F4RC:$F,
392 def SELECT_CC_F8 : Pseudo<(outs F8RC:$dst), (ins CRRC:$cond, F8RC:$T, F8RC:$F,
395 def SELECT_CC_VRRC: Pseudo<(outs VRRC:$dst), (ins CRRC:$cond, VRRC:$T, VRRC:$F,
402 def SPILL_CR : Pseudo<(outs), (ins GPRC:$cond, memri:$F),
415 def MovePCtoLR : Pseudo<(outs), (ins), "", []>,
486 def TCRETURNdi :Pseudo< (outs),
493 def TCRETURNai :Pseudo<(outs), (ins aaddr:$func, i32imm:$offset, variable_ops),
498 def TCRETURNri : Pseudo<(outs), (ins CTRRC:$dst, i32imm:$offset, variable_ops),
553 def ATOMIC_LOAD_ADD_I8 : Pseudo<
556 def ATOMIC_LOAD_SUB_I8 : Pseudo<
559 def ATOMIC_LOAD_AND_I8 : Pseudo<
562 def ATOMIC_LOAD_OR_I8 : Pseudo<
565 def ATOMIC_LOAD_XOR_I8 : Pseudo<
568 def ATOMIC_LOAD_NAND_I8 : Pseudo<
571 def ATOMIC_LOAD_ADD_I16 : Pseudo<
574 def ATOMIC_LOAD_SUB_I16 : Pseudo<
577 def ATOMIC_LOAD_AND_I16 : Pseudo<
580 def ATOMIC_LOAD_OR_I16 : Pseudo<
583 def ATOMIC_LOAD_XOR_I16 : Pseudo<
586 def ATOMIC_LOAD_NAND_I16 : Pseudo<
589 def ATOMIC_LOAD_ADD_I32 : Pseudo<
592 def ATOMIC_LOAD_SUB_I32 : Pseudo<
595 def ATOMIC_LOAD_AND_I32 : Pseudo<
598 def ATOMIC_LOAD_OR_I32 : Pseudo<
601 def ATOMIC_LOAD_XOR_I32 : Pseudo<
604 def ATOMIC_LOAD_NAND_I32 : Pseudo<
608 def ATOMIC_CMP_SWAP_I8 : Pseudo<
612 def ATOMIC_CMP_SWAP_I16 : Pseudo<
616 def ATOMIC_CMP_SWAP_I32 : Pseudo<
621 def ATOMIC_SWAP_I8 : Pseudo<
624 def ATOMIC_SWAP_I16 : Pseudo<
627 def ATOMIC_SWAP_I32 : Pseudo<
1004 /// Note that FMR is defined as pseudo-ops on the PPC970 because they are
1098 // This is a pseudo for MFCR, which implicitly uses all 8 of its subregisters;
1107 // FIXME: Make this a real Pseudo