Searched refs:lane_width_in_bytes (Results 1 – 1 of 1) sorted by relevance
2282 constexpr int lane_width_in_bytes = 8; in AssembleArchInstruction() local2284 Operand((1 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()2290 constexpr int lane_width_in_bytes = 4; in AssembleArchInstruction() local2292 Operand((3 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()2298 constexpr int lane_width_in_bytes = 8; in AssembleArchInstruction() local2300 Operand((1 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()2305 constexpr int lane_width_in_bytes = 4; in AssembleArchInstruction() local2307 Operand((3 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()2312 constexpr int lane_width_in_bytes = 2; in AssembleArchInstruction() local2314 Operand((7 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()[all …]