Searched refs:InputUint8 (Results 1 – 2 of 2) sorted by relevance
667 uint8_t laneidx = i.InputUint8(1); \2505 i.InputUint8(1)); in AssembleArchInstruction()3038 __ Pextrw(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction()3217 i.InputUint8(index + 1)); in AssembleArchInstruction()3220 i.InputUint8(1)); in AssembleArchInstruction()3230 i.InputUint8(index + 1)); in AssembleArchInstruction()3233 i.InputUint8(1)); in AssembleArchInstruction()3239 __ Pextrb(dst, i.InputSimd128Register(0), i.InputUint8(1)); in AssembleArchInstruction()3703 uint8_t lane = i.InputUint8(index + 1); in AssembleArchInstruction()3716 uint8_t lane = i.InputUint8(index + 1); in AssembleArchInstruction()[all …]
65 uint8_t InputUint8(size_t index) { in InputUint8() function