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

  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 141 // CSEL/CSINC/CSNEG/CSINV
147 CSEL LT, R1, R2, ZR
156 CSEL LT, R1, R2
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
arm64.s 141 // CSEL/CSINC/CSNEG/CSINV
147 CSEL LT, R1, R2, ZR
156 CSEL LT, R1, R2
  /external/llvm/test/MC/AArch64/
arm64-arithmetic-encoding.s 550 csel w1, w2, w3, eq
551 csel x1, x2, x3, eq
569 CSEL W16, W7, W27, EQ
570 CSEL W15, W6, W26, NE
571 CSEL W14, W5, W25, CS
572 CSEL W13, W4, W24, HS
573 csel w12, w3, w23, CC
574 csel w11, w2, w22, LO
575 csel w10, w1, w21, MI
576 csel x9, x9, x1, P
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 68 "CSEL",
asm7.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 68 "CSEL",
asm7.go     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_builder.h 462 ALU3(CSEL)
brw_vec4_builder.h 408 ALU3(CSEL)
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 43 CSEL,
AArch64ISelLowering.cpp 743 case AArch64ISD::CSEL: {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_arm64.s 841 CSEL LT, R1, R0, R6 // R6 is min(R0, R1)
860 CSEL EQ, ZR, R4, R4
  /prebuilts/go/linux-x86/src/runtime/
asm_arm64.s 841 CSEL LT, R1, R0, R6 // R6 is min(R0, R1)
860 CSEL EQ, ZR, R4, R4
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 317 {name: "CSELULT", argLength: 3, reg: gp2flags1, asm: "CSEL"}, // returns arg0 if flags indicates unsigned LT, arg1 otherwise, arg2=flags
318 {name: "CSELULT0", argLength: 2, reg: gp1flags1, asm: "CSEL"}, // returns arg0 if flags indicates unsigned LT, 0 otherwise, arg1=flags
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
ARM64Ops.go 317 {name: "CSELULT", argLength: 3, reg: gp2flags1, asm: "CSEL"}, // returns arg0 if flags indicates unsigned LT, arg1 otherwise, arg2=flags
318 {name: "CSELULT0", argLength: 2, reg: gp1flags1, asm: "CSEL"}, // returns arg0 if flags indicates unsigned LT, 0 otherwise, arg1=flags
  /external/v8/src/arm64/
constants-arm64.h 919 CSEL = CSEL_w,
    [all...]
assembler-arm64.cc 1329 void Assembler::csel(const Register& rd, function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/aarch64/
constants-aarch64.h     [all...]
assembler-aarch64.cc 636 void Assembler::csel(const Register& rd, function in class:vixl::aarch64::Assembler
640 ConditionalSelect(rd, rn, rm, cond, CSEL);
    [all...]

Completed in 1638 milliseconds