Searched refs:RBIT (Results 1 – 14 of 14) sorted by relevance
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 66 RBIT, // ARM bitreverse instruction enumerator
|
| H A D | ARMScheduleSwift.td | 123 // CLZ, RBIT, etc. 1166 // CLZ,RBIT,REV,REV16,REVSH,PKH
|
| H A D | ARMScheduleA9.td | 116 // CLZ, RBIT, etc.
|
| H A D | ARMISelLowering.cpp | 1032 case ARMISD::RBIT: return "ARMISD::RBIT"; in getTargetNodeName() 2681 return DAG.getNode(ARMISD::RBIT, dl, MVT::i32, Op.getOperand(1)); in LowerINTRINSIC_WO_CHAIN() 4301 SDValue rbit = DAG.getNode(ARMISD::RBIT, dl, VT, N->getOperand(0)); in LowerCTTZ()
|
| H A D | ARMInstrInfo.td | 173 def ARMrbit : SDNode<"ARMISD::RBIT", SDTIntUnaryOp>; 4147 def RBIT : AMiscA1I<0b01101111, 0b0011, (outs GPR:$Rd), (ins GPR:$Rm),
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedCyclone.td | 147 // CLS,CLZ,RBIT,REV,REV16,REV32 497 // CLS,CLZ,CNT,RBIT,REV16,REV32,REV64,XTN
|
| H A D | AArch64InstrInfo.td | 792 defm RBIT : OneOperandData<0b000, "rbit">; 2617 defm RBIT : SIMDTwoVectorB<1, 0b01, 0b00101, "rbit", int_aarch64_neon_rbit>;
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 41 // RBIT
|
| H A D | IntrinsicsARM.td | 143 // RBIT
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | arm_neon.td | 922 def RBIT : IInst<"vrbit", "dd", "cUcPcQcQUcQPc">;
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/Disassembler/ARM/ |
| H A D | basic-arm-instructions.txt | 1191 # RBIT
|
| H A D | thumb2.txt | 1432 # RBIT
|
| /minix3/external/bsd/llvm/dist/llvm/test/MC/ARM/ |
| H A D | basic-thumb2-instructions.s | 1846 @ RBIT
|
| H A D | basic-arm-instructions.s | 1832 @ RBIT
|