/external/llvm/test/MC/Hexagon/ |
v60lookup.s | 5 V31.b = vlut32(V29.b, V15.b, R1) 6 # CHECK: 1b79fd3f { v31.b = vlut32(v29.b,v15.b,r1) } 7 V31.b |= vlut32(V29.b, V15.b, R2) 8 # CHECK: 1b7afdbf { v31.b |= vlut32(v29.b,v15.b,r2) } 9 V31:30.h = vlut16(V29.b, V15.h, R3) 10 # CHECK: 1b7bfdde { v31:30.h = vlut16(v29.b,v15.h,r3) }
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
PPCBaseInfo.h | 60 case R29: case X29: case F29: case V29: case CR7GT: return 29;
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
PPCFrameLowering.h | 197 {PPC::V29, -48}, 295 {PPC::V29, -48},
|
PPCRegisterInfo.cpp | 121 PPC::V28, PPC::V29, PPC::V30, PPC::V31, 150 PPC::V28, PPC::V29, PPC::V30, PPC::V31, 175 PPC::V28, PPC::V29, PPC::V30, PPC::V31, 204 PPC::V28, PPC::V29, PPC::V30, PPC::V31,
|
PPCFrameLowering.cpp | 45 PPC::V24, PPC::V25, PPC::V26, PPC::V27, PPC::V28, PPC::V29, PPC::V30, PPC::V31 [all...] |
/prebuilts/go/darwin-x86/src/math/big/ |
arith_s390x.s | 141 VACCCQ V5, V13, V28, V29 143 VACCCQ V6, V14, V29, V30 144 VACQ V6, V14, V29, V22 383 VSBCBIQ V5, V13, V28, V29 385 VSBCBIQ V6, V14, V29, V30 386 VSBIQ V6, V14, V29, V22 609 VACCCQ V5, V9, V28, V29 611 VACCCQ V6, V9, V29, V30 612 VACQ V6, V9, V29, V22 822 VSBCBIQ V5, V9, V28, V29 [all...] |
/prebuilts/go/linux-x86/src/math/big/ |
arith_s390x.s | 141 VACCCQ V5, V13, V28, V29 143 VACCCQ V6, V14, V29, V30 144 VACQ V6, V14, V29, V22 383 VSBCBIQ V5, V13, V28, V29 385 VSBCBIQ V6, V14, V29, V30 386 VSBIQ V6, V14, V29, V22 609 VACCCQ V5, V9, V28, V29 611 VACCCQ V6, V9, V29, V30 612 VACQ V6, V9, V29, V22 822 VSBCBIQ V5, V9, V28, V29 [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/AArch64/ |
DefaultExceptionHandler.c | 178 DEBUG ((EFI_D_ERROR, " V28 0x%016lx %016lx V29 0x%016lx %016lx\n", SystemContext.SystemContextAArch64->V28[1], SystemContext.SystemContextAArch64->V28[0], SystemContext.SystemContextAArch64->V29[1], SystemContext.SystemContextAArch64->V29[0]));
|
/external/llvm/lib/Target/Hexagon/ |
HexagonRegisterInfo.cpp | 72 V28, V29, V30, V31, 0
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 441 {"V29", "V29"}, 804 {"V29", "V29"},
|
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
inst.go | 156 V29
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 441 {"V29", "V29"}, 804 {"V29", "V29"},
|
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
inst.go | 156 V29
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCTargetDesc.cpp | 109 SystemZ::V28, SystemZ::V29, SystemZ::V30, SystemZ::V31
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DebugSupport.h | 601 UINT64 V29[2];
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/testdata/ |
ppc64.s | 699 STVEWX V29, (R4)(R5*1)
|
s390x.s | 339 VSTEB $15, V29, 4094(R12) // VSTEB V29, $15, 4094(R12) // e7d0cffef808
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/testdata/ |
ppc64.s | 699 STVEWX V29, (R4)(R5*1)
|
s390x.s | 339 VSTEB $15, V29, 4094(R12) // VSTEB V29, $15, 4094(R12) // e7d0cffef808
|
/external/llvm/lib/Target/PowerPC/ |
PPCFrameLowering.cpp | 37 PPC::V24, PPC::V25, PPC::V26, PPC::V27, PPC::V28, PPC::V29, PPC::V30, PPC::V31 167 {PPC::V29, -48}, 225 {PPC::V29, -48}, [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
asm_s390x.s | 1175 VGBM $0x8888, V29 // 0xff000000ff000000... 1190 VSEL V5, V6, V29, V13 // merge index 0, 1, 4, 5, ... [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
asm_s390x.s | 1175 VGBM $0x8888, V29 // 0xff000000ff000000... 1190 VSEL V5, V6, V29, V13 // merge index 0, 1, 4, 5, ... [all...] |
/external/llvm/lib/Target/PowerPC/Disassembler/ |
PPCDisassembler.cpp | 100 PPC::V28, PPC::V29, PPC::V30, PPC::V31
|
/prebuilts/go/darwin-x86/src/crypto/elliptic/ |
p256_asm_s390x.s | [all...] |
/prebuilts/go/linux-x86/src/crypto/elliptic/ |
p256_asm_s390x.s | [all...] |