Home
last modified time | relevance | path

Searched refs:LogicalShiftedFixed (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/a64/
Dconstants-a64.h417 LogicalShiftedFixed = 0x0A000000, enumerator
420 AND_w = LogicalShiftedFixed | AND,
421 AND_x = LogicalShiftedFixed | AND | SixtyFourBits,
423 BIC_w = LogicalShiftedFixed | BIC,
424 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
426 ORR_w = LogicalShiftedFixed | ORR,
427 ORR_x = LogicalShiftedFixed | ORR | SixtyFourBits,
429 ORN_w = LogicalShiftedFixed | ORN,
430 ORN_x = LogicalShiftedFixed | ORN | SixtyFourBits,
432 EOR_w = LogicalShiftedFixed | EOR,
[all …]
Dassembler-a64.cc1674 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical()
/external/chromium_org/v8/src/arm64/
Dconstants-arm64.h527 LogicalShiftedFixed = 0x0A000000, enumerator
530 AND_w = LogicalShiftedFixed | AND,
531 AND_x = LogicalShiftedFixed | AND | SixtyFourBits,
533 BIC_w = LogicalShiftedFixed | BIC,
534 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
536 ORR_w = LogicalShiftedFixed | ORR,
537 ORR_x = LogicalShiftedFixed | ORR | SixtyFourBits,
539 ORN_w = LogicalShiftedFixed | ORN,
540 ORN_x = LogicalShiftedFixed | ORN | SixtyFourBits,
542 EOR_w = LogicalShiftedFixed | EOR,
[all …]
Dassembler-arm64.cc2288 Instr dp_op = static_cast<Instr>(op | LogicalShiftedFixed); in Logical()