summaryrefslogtreecommitdiff
path: root/src/literal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/literal.h')
-rw-r--r--src/literal.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/literal.h b/src/literal.h
index 6cd148b23..0c9f9da96 100644
--- a/src/literal.h
+++ b/src/literal.h
@@ -205,25 +205,25 @@ public:
Literal shuffleV8x16(const Literal& other, const std::array<uint8_t, 16>& mask) const;
Literal splatI8x16() const;
- Literal extractLaneSI8x16(uint8_t idx) const;
- Literal extractLaneUI8x16(uint8_t idx) const;
- Literal replaceLaneI8x16(const Literal& other, uint8_t idx) const;
+ Literal extractLaneSI8x16(uint8_t index) const;
+ Literal extractLaneUI8x16(uint8_t index) const;
+ Literal replaceLaneI8x16(const Literal& other, uint8_t index) const;
Literal splatI16x8() const;
- Literal extractLaneSI16x8(uint8_t idx) const;
- Literal extractLaneUI16x8(uint8_t idx) const;
- Literal replaceLaneI16x8(const Literal& other, uint8_t idx) const;
+ Literal extractLaneSI16x8(uint8_t index) const;
+ Literal extractLaneUI16x8(uint8_t index) const;
+ Literal replaceLaneI16x8(const Literal& other, uint8_t index) const;
Literal splatI32x4() const;
- Literal extractLaneI32x4(uint8_t idx) const;
- Literal replaceLaneI32x4(const Literal& other, uint8_t idx) const;
+ Literal extractLaneI32x4(uint8_t index) const;
+ Literal replaceLaneI32x4(const Literal& other, uint8_t index) const;
Literal splatI64x2() const;
- Literal extractLaneI64x2(uint8_t idx) const;
- Literal replaceLaneI64x2(const Literal& other, uint8_t idx) const;
+ Literal extractLaneI64x2(uint8_t index) const;
+ Literal replaceLaneI64x2(const Literal& other, uint8_t index) const;
Literal splatF32x4() const;
- Literal extractLaneF32x4(uint8_t idx) const;
- Literal replaceLaneF32x4(const Literal& other, uint8_t idx) const;
+ Literal extractLaneF32x4(uint8_t index) const;
+ Literal replaceLaneF32x4(const Literal& other, uint8_t index) const;
Literal splatF64x2() const;
- Literal extractLaneF64x2(uint8_t idx) const;
- Literal replaceLaneF64x2(const Literal& other, uint8_t idx) const;
+ Literal extractLaneF64x2(uint8_t index) const;
+ Literal replaceLaneF64x2(const Literal& other, uint8_t index) const;
Literal eqI8x16(const Literal& other) const;
Literal neI8x16(const Literal& other) const;
Literal ltSI8x16(const Literal& other) const;