That kind of swizzling isn't allowed, this is what the compiler says:
(52): error X5202: (First source param) Invalid source selector: .bgrr/zyxx. The only available source swizzles in this shader version are: .rgba/xyzw (same as not specifying swizzle), .r/x, .g/y, .b/z, .a/w, .gbra/yzxw, .brga/zxyw and .abgr/wzyx.
(52): error X5202: (Second source param) Invalid source selector: .grbb/yxzz. The only available source swizzles in this shader version are: .rgba/xyzw (same as not specifying swizzle), .r/x, .g/y, .b/z, .a/w, .gbra/yzxw, .brga/zxyw and .abgr/wzyx.
(52): error X5202: (Third source param) Invalid source selector: .rgbb/xyzz. The only available source swizzles in this shader version are: .rgba/xyzw (same as not specifying swizzle), .r/x, .g/y, .b/z, .a/w, .gbra/yzxw, .brga/zxyw and .abgr/wzyx.
(53): error X5202: (Second source param) Invalid source selector: .rgbb/xyzz. The only available source swizzles in this shader version are: .rgba/xyzw (same as not specifying swizzle), .r/x, .g/y, .b/z, .a/w, .gbra/yzxw, .brga/zxyw and .abgr/wzyx.
(53): error X5202: (Third source param) Invalid source selector: .rgbb/xyzz. The only available source swizzles in this shader version are: .rgba/xyzw (same as not specifying swizzle), .r/x, .g/y, .b/z, .a/w, .gbra/yzxw, .brga/zxyw and .abgr/wzyx.