Lines Matching refs:str
3733 std::string str(NAME); \
3734 str.append(expected[i]); \
3736 COMPARE_PREFIX(INSN(op, p6, SVEMemOperand(z30.VnS(), 31)), str.c_str()); \
3737 COMPARE_PREFIX(INSN(op, p5, SVEMemOperand(z29.VnD(), 17)), str.c_str()); \
3740 str.c_str()); \
3742 str.c_str()); \
3745 str.c_str()); \
3747 str.c_str()); \
3749 str.c_str()); \
3752 str.c_str()); \
3754 str.c_str()); \
4621 COMPARE(str(p14, SVEMemOperand(x0)), "str p14, [x0]");
4622 COMPARE(str(z14, SVEMemOperand(sp)), "str z14, [sp]");
4625 COMPARE(str(p15, SVEMemOperand(sp, -256, SVE_MUL_VL)),
4626 "str p15, [sp, #-256, mul vl]");
4627 COMPARE(str(z16, SVEMemOperand(x13, 255, SVE_MUL_VL)),
4628 "str z16, [x13, #255, mul vl]");
4634 COMPARE_MACRO(Str(p14, SVEMemOperand(x0)), "str p14, [x0]");
4635 COMPARE_MACRO(Str(z14, SVEMemOperand(sp)), "str z14, [sp]");
4639 "str p15, [sp, #-256, mul vl]");
4641 "str z16, [x13, #255, mul vl]");
4651 COMPARE_MACRO(Str(p0, SVEMemOperand(x0, xzr)), "str p0, [x0]");
4653 COMPARE_MACRO(Str(z2, SVEMemOperand(x12, xzr)), "str z2, [x12]");
4663 "str p4, [x16]");
4676 "str z7, [x16]");