Home | History | Annotate | Download | only in a64

Lines Matching refs:ANDS

396   ANDS  = 0x60000000,
397 BICS = ANDS | NOT
411 ANDS_w_imm = LogicalImmediateFixed | ANDS,
412 ANDS_x_imm = LogicalImmediateFixed | ANDS | SixtyFourBits
438 ANDS_w = LogicalShiftedFixed | ANDS,
439 ANDS_x = LogicalShiftedFixed | ANDS | SixtyFourBits,