Searched refs:ROLW (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libc/amd64/string/ |
H A D | timingsafe_memcmp.S | 66 rol $8, %ax # ROLW is used here so the upper two
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZb.td | 37 def riscv_rolw : SDNode<"RISCVISD::ROLW", SDT_RISCVIntBinOpW>; 317 def ROLW : ALUW_rr<0b0110000, 0b001, "rolw">, 514 def : PatGprGpr<shiftopw<riscv_rolw>, ROLW>; 777 def : PatGprGpr<shiftopw<rotl>, ROLW, i32, i64>;
|
H A D | RISCVOptWInstrs.cpp | 168 case RISCV::ROLW: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.h | 81 ROLW, enumerator
|
H A D | RISCVISelDAGToDAG.cpp | 3144 case RISCV::ROLW: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.cpp | 12151 return RISCVISD::ROLW; in getRISCVWOpcode() 13816 return DAG.getNode(RISCVISD::ROLW, DL, MVT::i64, in performXORCombine() 16727 case RISCVISD::ROLW: { in PerformDAGCombine() 17981 case RISCVISD::ROLW: in ComputeNumSignBitsForTargetNode() 20398 NODE_NAME_CASE(ROLW) in getTargetNodeName()
|