Searched refs:eXTR (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 278 return eXTR(RC, 0, RW); in evaluate() 285 return eXTR(RC, W-RW, W); in evaluate() 291 return eXTR(RC, N*16, N*16+16); in evaluate() 298 RegisterCell RC = eXTR(Rt, I*BW, I*BW+BW).cat(eXTR(Rs, I*BW, I*BW+BW)); in evaluate() 301 RC.cat(eXTR(Rt, I*BW, I*BW+BW)).cat(eXTR(Rs, I*BW, I*BW+BW)); in evaluate() 348 RegisterCell PC = eXTR(rc(1), 0, PW); in evaluate() 358 return rr0(eINS(RC, eXTR(rc(1), 0, PW), 0), Outputs); in evaluate() 647 return rr0(eXTR(RC, 0, W0), Outputs); in evaluate() 656 return rr0(eXTR(RC, 0, W0), Outputs); in evaluate() 709 RegisterCell BF1 = eXTR(rc(1), 0, BX), BF2 = eXTR(rc(1), BX, W1); in evaluate() [all …]
|
H A D | BitTracker.h | 452 RegisterCell eXTR(const RegisterCell &A1, uint16_t B, uint16_t E) const;
|
H A D | BitTracker.cpp | 683 BT::RegisterCell BT::MachineEvaluator::eXTR(const RegisterCell &A1, in eXTR() function in BT::MachineEvaluator
|