HomeSort by relevance Sort by last modified time
    Searched refs:CSINV (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 141 // CSEL/CSINC/CSNEG/CSINV
150 CSINV CS, R1, R2, R3 // CSINV HS, R1, R2, R3
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 141 // CSEL/CSINC/CSNEG/CSINV
150 CSINV CS, R1, R2, R3 // CSINV HS, R1, R2, R3
  /prebuilts/go/darwin-x86/src/runtime/
sys_darwin_arm64.s 51 CSINV LO, R0, ZR, R0
59 CSINV LO, R0, ZR, R0
69 CSINV LO, R0, ZR, R0
79 CSINV LO, R0, ZR, R0
  /prebuilts/go/linux-x86/src/runtime/
sys_darwin_arm64.s 51 CSINV LO, R0, ZR, R0
59 CSINV LO, R0, ZR, R0
69 CSINV LO, R0, ZR, R0
79 CSINV LO, R0, ZR, R0
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 76 "CSINV",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 76 "CSINV",
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 45 CSINV, // Conditional select invert.
AArch64ISelLowering.cpp 137 // to fold it into CSINC/CSINV.
465 // Also, try to fold ADD into CSINC/CSINV..
    [all...]
  /external/v8/src/arm64/
constants-arm64.h     [all...]
assembler-arm64.cc 1345 void Assembler::csinv(const Register& rd, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h     [all...]
assembler-aarch64.cc 652 void Assembler::csinv(const Register& rd, function in class:vixl::aarch64::Assembler
656 ConditionalSelect(rd, rn, rm, cond, CSINV);
678 csinv(rd, zr, zr, InvertCondition(cond));
690 csinv(rd, rn, rn, InvertCondition(cond));
    [all...]

Completed in 262 milliseconds