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

  /external/spirv-llvm/lib/SPIRV/
OCLUtil.cpp 546 getSrcAndDstElememntTypeName(BitCastInst* BIC) {
547 if (!BIC)
550 Type *SrcTy = BIC->getSrcTy();
551 Type *DstTy = BIC->getDestTy();
566 BitCastInst *BIC = dyn_cast<BitCastInst>(Inst);
567 auto Names = getSrcAndDstElememntTypeName(BIC);
577 BitCastInst *BIC = dyn_cast<BitCastInst>(Inst);
578 auto Names = getSrcAndDstElememntTypeName(BIC);
  /art/compiler/utils/arm/
constants_arm.h 118 BIC = 14, // Bit Clear
  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.h 237 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) {
  /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/aarch64/
constants-aarch64.h 534 BIC = AND | NOT,
566 BIC_w = LogicalShiftedFixed | BIC,
567 BIC_x = LogicalShiftedFixed | BIC | SixtyFourBits,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 210 BIC
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
tables.go 210 BIC
    [all...]

Completed in 380 milliseconds