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 236 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) {
  /art/compiler/utils/arm/
constants_arm.h 145 BIC = 14, // Bit Clear
  /external/chromium_org/v8/src/arm/
constants-arm.h 144 BIC = 14 << 21, // Bit Clear.
  /external/chromium_org/v8/src/arm64/
constants-arm64.h 499 BIC = AND | NOT,
531 BIC_w = LogicalShiftedFixed | BIC,
532 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
    [all...]
  /external/vixl/src/a64/
constants-a64.h 391 BIC = AND | NOT,
423 BIC_w = LogicalShiftedFixed | BIC,
424 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
    [all...]

Completed in 145 milliseconds