Home | History | Annotate | Download | only in arm64asm

Lines Matching defs:BIC

36 	BIC
505 BIC: "BIC",
1086 // BIC <Wd>, <Wn>, <Wm> {, <shift> #<amount> }
1087 {0xff208000, 0x0a200000, BIC, instArgs{arg_Wd, arg_Wn, arg_Wm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_31}, nil},
1088 // BIC <Xd>, <Xn>, <Xm> {, <shift> #<amount> }
1089 {0xff200000, 0x8a200000, BIC, instArgs{arg_Xd, arg_Xn, arg_Xm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_63}, nil},
1766 // BIC <Vd>.<t>, #<imm8>{, LSL #<amount>}
1767 {0xbff8dc00, 0x2f009400, BIC, instArgs{arg_Vd_arrangement_Q___4H_0__8H_1, arg_immediate_OptLSL__a_b_c_d_e_f_g_h_cmode__0_0__8_1}, nil},
1768 // BIC <Vd>.<t_1>, #<imm8>{, LSL #<amount>}
1769 {0xbff89c00, 0x2f001400, BIC, instArgs{arg_Vd_arrangement_Q___2S_0__4S_1, arg_immediate_OptLSL__a_b_c_d_e_f_g_h_cmode__0_0__8_1__16_2__24_3}, nil},
1770 // BIC <Vd>.<t>, <Vn>.<t>, <Vm>.<t>
1771 {0xbfe0fc00, 0x0e601c00, BIC, instArgs{arg_Vd_arrangement_Q___8B_0__16B_1, arg_Vn_arrangement_Q___8B_0__16B_1, arg_Vm_arrangement_Q___8B_0__16B_1}, nil},