into method label B1B2 remove_entry; into definitionblock code_regex . insert begin Method (B1B2, 2, NotSerialized) { Return (Or (Arg0, ShiftLeft (Arg1, 8))) }\n end; into device label H_EC code_regex B1DC,\s+16 replace_matched begin X1D0,8,X1D1,8 end; into device label H_EC code_regex B1FC,\s+16 replace_matched begin X1F0,8,X1F1,8 end; into device label H_EC code_regex B1CR,\s+16 replace_matched begin XB10,8,XB11,8 end; into device label H_EC code_regex B1RC,\s+16 replace_matched begin X1R0,8,X1R1,8 end; into device label H_EC code_regex B1VT,\s+16 replace_matched begin X1V0,8,X1V1,8 end; into device label H_EC code_regex CHGR,\s+16 replace_matched begin XCH0,8,XCH1,8 end; into device label H_EC code_regex XX11,\s+16 replace_matched begin YX10,8,YX11,8 end; into device label H_EC code_regex XX15,\s+16 replace_matched begin Y150,8,Y151,8 end; into method label _BIF code_regex \(B1DC, replaceall_matched begin (B1B2(X1D0,X1D1), end; into method label _BIF code_regex \(B1FC, replaceall_matched begin (B1B2(X1F0,X1F1), end; into method label _BST code_regex \(B1CR, replaceall_matched begin (B1B2(XB10,XB11), end; into method label _BST code_regex \(B1RC, replaceall_matched begin (B1B2(X1R0,X1R1), end; into method label _BST code_regex \(B1VT, replaceall_matched begin (B1B2(X1V0,X1V1), end; into method label _BST code_regex ,\sB1VT\) replaceall_matched begin , B1B2(X1V0,X1V1)) end; into method label _BIF code_regex \(B1FC\) replaceall_matched begin (X1V0) end; into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2006\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2006"))) end; into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2009\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2009"))) end; into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2012\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2012"))) end; into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2013\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2013"))) end; into_all method code_regex If\s+\([\\]?_OSI\s+\(\"Windows\s2015\"\)\) replace_matched begin If(LOr(_OSI("Darwin"),_OSI("Windows 2015"))) end;