HomeSort by relevance Sort by last modified time
    Searched defs:BIC (Results 1 - 10 of 10) 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 119 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.
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 36 BIC
505 BIC: "BIC",
1086 // BIC <Wd>, <Wn>, <Wm> {, <shift> #<amount> }
1087 {0xff208000, 0x0a200000, BIC, instArgs{arg_Wd, arg_Wn, arg_Wm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_31}, nil},
1088 // BIC <Xd>, <Xn>, <Xm> {, <shift> #<amount> }
1089 {0xff200000, 0x8a200000, BIC, instArgs{arg_Xd, arg_Xn, arg_Xm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_63}, nil},
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 36 BIC
505 BIC: "BIC",
1086 // BIC <Wd>, <Wn>, <Wm> {, <shift> #<amount> }
1087 {0xff208000, 0x0a200000, BIC, instArgs{arg_Wd, arg_Wn, arg_Wm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_31}, nil},
1088 // BIC <Xd>, <Xn>, <Xm> {, <shift> #<amount> }
1089 {0xff200000, 0x8a200000, BIC, instArgs{arg_Xd, arg_Xn, arg_Xm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_63}, nil},
    [all...]
  /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 538 BIC = AND | NOT,
570 BIC_w = LogicalShiftedFixed | BIC,
571 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 259 milliseconds