HomeSort by relevance Sort by last modified time
    Searched defs:BIC (Results 1 - 5 of 5) sorted by null

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 237 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) {
  /art/compiler/utils/arm/
constants_arm.h 149 BIC = 14, // Bit Clear
  /external/v8/src/arm/
constants-arm.h 155 BIC = 14 << 21, // Bit Clear.
  /external/v8/src/arm64/
constants-arm64.h 498 BIC = AND | NOT,
530 BIC_w = LogicalShiftedFixed | BIC,
531 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
    [all...]
  /external/vixl/src/vixl/a64/
constants-a64.h 525 BIC = AND | NOT,
557 BIC_w = LogicalShiftedFixed | BIC,
558 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
    [all...]

Completed in 823 milliseconds