HomeSort by relevance Sort by last modified time
    Searched refs:V18 (Results 1 - 25 of 28) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCBaseInfo.h 49 case R18: case X18: case F18: case V18: case CR4EQ: return 18;
  /prebuilts/go/darwin-x86/src/math/big/
arith_s390x.s 113 VACQ V2, V10, V25, V18
157 VPDI $0x4,V18,V18,V18 // flip the doublewords to big-endian order
355 VSBIQ V2, V10, V25, V18
399 VPDI $0x4,V18,V18,V18 // flip the doublewords to big-endian order
589 VACQ V2, V9, V25, V18
623 VPDI $0x4,V18,V18,V18 // flip the doublewords to big-endian orde
    [all...]
  /prebuilts/go/linux-x86/src/math/big/
arith_s390x.s 113 VACQ V2, V10, V25, V18
157 VPDI $0x4,V18,V18,V18 // flip the doublewords to big-endian order
355 VSBIQ V2, V10, V25, V18
399 VPDI $0x4,V18,V18,V18 // flip the doublewords to big-endian order
589 VACQ V2, V9, V25, V18
623 VPDI $0x4,V18,V18,V18 // flip the doublewords to big-endian orde
    [all...]
  /prebuilts/go/darwin-x86/src/math/
sinh_s390x.s 142 WFMDB V6, V6, V18
144 WFMADB V1, V18, V7, V1
146 WFMADB V3, V18, V5, V3
sin_s390x.s 81 VLEG $0, 0(R1), V18
189 WFMADB V2, V4, V18, V4
231 VLEG $0, 0(R1), V18
341 WFMADB V0, V4, V18, V4
  /prebuilts/go/linux-x86/src/math/
sinh_s390x.s 142 WFMDB V6, V6, V18
144 WFMADB V1, V18, V7, V1
146 WFMADB V3, V18, V5, V3
sin_s390x.s 81 VLEG $0, 0(R1), V18
189 WFMADB V2, V4, V18, V4
231 VLEG $0, 0(R1), V18
341 WFMADB V0, V4, V18, V4
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/
DefaultExceptionHandler.c 173 DEBUG ((EFI_D_ERROR, " V18 0x%016lx %016lx V19 0x%016lx %016lx\n", SystemContext.SystemContextAArch64->V18[1], SystemContext.SystemContextAArch64->V18[0], SystemContext.SystemContextAArch64->V19[1], SystemContext.SystemContextAArch64->V19[0]));
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.cpp 71 V14, V15, V16, V17, V18, V19, V20, V21, V22, V23, V24, V25, V26, V27,
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
operand_test.go 430 {"V18", "V18"},
793 {"V18", "V18"},
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 708 VNAND V19, V18, V17
715 VNOR V20, V19, V18
s390x.s 322 VSLDB $3, V1, V16, V18 // VSLDB V1, V16, $3, V18 // e72100030a77
327 WFMADB V17, V18, V19, V20 // WFMADB V18, V19, V17, V20 // e74123083f8f
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 145 V18
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p256_asm_s390x.s 144 #define ZER V18
224 #define ONE V18
316 #define ONE V18
531 #define ADD2 V18
    [all...]
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/
operand_test.go 430 {"V18", "V18"},
793 {"V18", "V18"},
  /prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/
ppc64.s 708 VNAND V19, V18, V17
715 VNOR V20, V19, V18
s390x.s 322 VSLDB $3, V1, V16, V18 // VSLDB V1, V16, $3, V18 // e72100030a77
327 WFMADB V17, V18, V19, V20 // WFMADB V18, V19, V17, V20 // e74123083f8f
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
inst.go 145 V18
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p256_asm_s390x.s 144 #define ZER V18
224 #define ONE V18
316 #define ONE V18
531 #define ADD2 V18
    [all...]
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCTargetDesc.cpp 106 SystemZ::V16, SystemZ::V17, SystemZ::V18, SystemZ::V19,
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 590 UINT64 V18[2];
  /prebuilts/go/darwin-x86/src/runtime/
asm_s390x.s 945 VFEEBS V16, V17, V18 // search V17 in V16 and set conditional code accordingly
949 VLGVB $7, V18, R7 // load 7th element of V18 containing index into R7
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_s390x.s 945 VFEEBS V16, V17, V18 // search V17 in V16 and set conditional code accordingly
949 VLGVB $7, V18, R7 // load 7th element of V18 containing index into R7
    [all...]
  /external/llvm/lib/Target/PowerPC/Disassembler/
PPCDisassembler.cpp 97 PPC::V16, PPC::V17, PPC::V18, PPC::V19,
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCFrameLowering.cpp 44 PPC::V16, PPC::V17, PPC::V18, PPC::V19, PPC::V20, PPC::V21, PPC::V22, PPC::V23,
    [all...]

Completed in 61 milliseconds

1 2