Home
last modified time | relevance | path

Searched refs:InputUint8 (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc667 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 …]
/external/v8/src/compiler/backend/
Dcode-generator-impl.h65 uint8_t InputUint8(size_t index) { in InputUint8() function