Home
last modified time | relevance | path

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

/external/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc2282 constexpr int lane_width_in_bytes = 8; in AssembleArchInstruction() local
2284 Operand((1 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()
2290 constexpr int lane_width_in_bytes = 4; in AssembleArchInstruction() local
2292 Operand((3 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()
2298 constexpr int lane_width_in_bytes = 8; in AssembleArchInstruction() local
2300 Operand((1 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()
2305 constexpr int lane_width_in_bytes = 4; in AssembleArchInstruction() local
2307 Operand((3 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()
2312 constexpr int lane_width_in_bytes = 2; in AssembleArchInstruction() local
2314 Operand((7 - i.InputInt8(1)) * lane_width_in_bytes)); in AssembleArchInstruction()
[all …]