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

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 37 BICS
506 BICS: "BICS",
1090 // BICS <Wd>, <Wn>, <Wm> {, <shift> #<amount> }
1091 {0xff208000, 0x6a200000, BICS, instArgs{arg_Wd, arg_Wn, arg_Wm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_31}, nil},
1092 // BICS <Xd>, <Xn>, <Xm> {, <shift> #<amount> }
1093 {0xff200000, 0xea200000, BICS, 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 37 BICS
506 BICS: "BICS",
1090 // BICS <Wd>, <Wn>, <Wm> {, <shift> #<amount> }
1091 {0xff208000, 0x6a200000, BICS, instArgs{arg_Wd, arg_Wn, arg_Wm_shift__LSL_0__LSR_1__ASR_2__ROR_3__0_31}, nil},
1092 // BICS <Xd>, <Xn>, <Xm> {, <shift> #<amount> }
1093 {0xff200000, 0xea200000, BICS, 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 504 BICS = ANDS | NOT
548 BICS_w = LogicalShiftedFixed | BICS,
549 BICS_x = LogicalShiftedFixed | BICS | SixtyFourBits,
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h 544 BICS = ANDS | NOT
588 BICS_w = LogicalShiftedFixed | BICS,
589 BICS_x = LogicalShiftedFixed | BICS | SixtyFourBits,
    [all...]

Completed in 703 milliseconds