HomeSort by relevance Sort by last modified time
    Searched refs:x7 (Results 201 - 225 of 2755) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/SystemNvDataGuid/
SystemNvDataGuid.h 27 {0xfff12b8d, 0x7696, 0x4c8b, {0xa9, 0x85, 0x27, 0x47, 0x7, 0x5b, 0x4f, 0x50}}
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
IScsiInitiatorName.h 21 0x59324945, 0xec44, 0x4c0d, {0xb1, 0xcd, 0x9d, 0xb1, 0x39, 0xdf, 0x7, 0xc } \
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Library/
PlatformFsaLib.h 34 #define FSA_REG_RESISTOR_CODE 0x7
  /external/capstone/arch/AArch64/
AArch64AddressingModes.h 71 switch ((Imm >> 6) & 0x7) {
94 return Imm & 0x7;
100 // assert((Imm & 0x7) == Imm && "invalid immediate!");
116 return AArch64_AM_getExtendType((Imm >> 3) & 0x7);
192 uint8_t Exp = (Imm >> 4) & 0x7;
  /external/libexif/libexif/canon/
mnote-canon-tag.h 38 MNOTE_CANON_TAG_FIRMWARE = 0x7,
  /external/valgrind/none/tests/s390x/
srnm.c 19 return fpc & 0x7;
srnmb.c 28 return fpc & 0x7;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
TextColor.java 33 DARK_MAGENTA(0x7),
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
mov-no-aliases.d 12 c: 910000ff add sp, x7, #0x0
15 18: aa0f03e7 orr x7, xzr, x15
mov.d 11 c: 910000ff mov sp, x7
14 18: aa0f03e7 mov x7, x15
sysreg.d 8 0: d51b9c67 msr pmovsclr_el0, x7
10 8: d51b9e67 msr pmovsset_el0, x7
system.s 29 sysl x7, #3, C15, C7, #7
55 \op \from, [x7, w30, uxtw #3]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
r-bcc.d 22 16: 2b 05 ble\.b 1b <bgt\+0x7>
29 23: 22 05 bc\.b 28 <bltu\+0x7>
  /external/libhevc/common/arm64/
ihevc_deblk_luma_vert.s 62 mov x21,x7
67 add x7,x3,x5,lsl #1
69 cmp x7,#0x33
71 csel x7, x20, x7,gt
73 cmp x7,#0x0
75 csel x7, x20, x7,lt // x7 has the beta_index value
102 ldr w5,[x2,x7,lsl #2] // bet
    [all...]
  /art/runtime/arch/arm64/
jni_entrypoints_arm64.S 33 stp x6, x7, [sp, #-16]!
45 ldp x6, x7, [sp], #16
  /art/test/501-regression-packed-switch/smali/
Test.smali 47 const/4 v0, 0x7
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DSDT.ASL 69 Name(\_S5, Package(4) {0x7,0x0,0,0}) // mandatory System state
  /external/libavc/common/armv8/
ih264_inter_pred_luma_copy_av8.s 91 mov x7, x4
92 cmp x7, #0 //checks ht == 0
122 subs x7, x7, #4 //ht - 4
156 subs x7, x7, #4 //ht -= 4
188 subs x7, x7, #4 //ht -= 4
  /external/llvm/lib/Support/
FormattedStream.cpp 40 Column += (8 - (Column & 0x7)) & 0x7;
  /external/llvm/lib/Target/AArch64/Utils/
AArch64BaseInfo.cpp 108 uint32_t Op1 = (Bits >> 11) & 0x7;
111 uint32_t Op2 = Bits & 0x7;
  /external/llvm/test/MC/AArch64/
elf-reloc-movw.s 13 movz x7, #:abs_g3:some_label
gicv3-regs-diagnostics.s 5 mrs x7, icc_eoir0_el1
14 // CHECK-NEXT: mrs x7, icc_eoir0_el1
neon-simd-copy.s 12 ins v1.d[1], x7
17 mov v1.d[1], x7
22 // CHECK: {{mov|ins}} v1.d[1], x7 // encoding: [0xe1,0x1c,0x18,0x4e]
27 // CHECK: {{mov|ins}} v1.d[1], x7 // encoding: [0xe1,0x1c,0x18,0x4e]
52 umov x7, v18.d[1]
55 mov x7, v18.d[1]
60 // CHECK: {{mov|umov}} x7, v18.d[1] // encoding: [0x47,0x3e,0x18,0x4e]
63 // CHECK: {{mov|umov}} x7, v18.d[1] // encoding: [0x47,0x3e,0x18,0x4e]
  /external/lzma/C/
BraIA64.c 36 bitRes = bitPos & 0x7;
42 if (((instNorm >> 37) & 0xF) == 0x5 && ((instNorm >> 9) & 0x7) == 0)
  /external/strace/tests/
print_quoted_string.c 67 char c1 = '0' + (c & 0x7);
68 char c2 = '0' + ((c >> 3) & 0x7);

Completed in 4023 milliseconds

1 2 3 4 5 6 7 891011>>