/external/elfutils/libcpu/ |
D | i386_data.h | 91 if (*d->prefixes & has_cs) in data_prefix() 94 *d->prefixes &= ~has_cs; in data_prefix() 96 else if (*d->prefixes & has_ds) in data_prefix() 99 *d->prefixes &= ~has_ds; in data_prefix() 101 else if (*d->prefixes & has_es) in data_prefix() 104 *d->prefixes &= ~has_es; in data_prefix() 106 else if (*d->prefixes & has_fs) in data_prefix() 109 *d->prefixes &= ~has_fs; in data_prefix() 111 else if (*d->prefixes & has_gs) in data_prefix() 114 *d->prefixes &= ~has_gs; in data_prefix() [all …]
|
D | i386_disasm.c | 260 int *prefixes; member 324 int prefixes; in i386_disasm() local 332 .prefixes = &prefixes, in i386_disasm() 343 prefixes = 0; in i386_disasm() 359 prefixes |= last_prefix_bit = 1 << i; in i386_disasm() 366 prefixes |= ((*data++) & 0xf) | has_rex; in i386_disasm() 378 if (prefixes != 0) in i386_disasm() 449 || (prefixes & correct_prefix) != 0); in i386_disasm() 450 prefixes ^= correct_prefix; in i386_disasm() 476 assert (prefixes != 0); in i386_disasm() [all …]
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | ia32_insn.c | 216 static void ia32_handle_prefix( x86_insn_t *insn, unsigned int prefixes ) { in ia32_handle_prefix() argument 218 insn->prefix = (enum x86_insn_prefix) prefixes & PREFIX_MASK; // >> 20; in ia32_handle_prefix() 263 unsigned int prefixes ) { in ia32_decode_insn() argument 273 insn->op_size = ( prefixes & PREFIX_OP_SIZE ) ? 4 : 2; in ia32_decode_insn() 274 insn->addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 4 : 2; in ia32_decode_insn() 276 insn->op_size = ( prefixes & PREFIX_OP_SIZE ) ? 2 : 4; in ia32_decode_insn() 277 insn->addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 2 : 4; in ia32_decode_insn() 288 ia32_handle_prefix( insn, prefixes ); in ia32_decode_insn() 307 raw_insn->dest_flag, prefixes, modrm ); in ia32_decode_insn() 314 raw_insn->src_flag, prefixes, modrm ); in ia32_decode_insn() [all …]
|
D | ia32_invariant.c | 13 unsigned int *prefixes ); 142 unsigned int prefixes, x86_invariant_t *inv) { argument 150 op_size = ( prefixes & PREFIX_OP_SIZE ) ? 4 : 2; 151 addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 4 : 2; 152 mode_16 = ( prefixes & PREFIX_ADDR_SIZE ) ? 0 : 1; 154 op_size = ( prefixes & PREFIX_OP_SIZE ) ? 2 : 4; 155 addr_size = ( prefixes & PREFIX_ADDR_SIZE ) ? 2 : 4; 156 mode_16 = ( prefixes & PREFIX_ADDR_SIZE ) ? 1 : 0; 282 unsigned int prefixes; local 287 size = ia32_table_lookup( buf, buf_len, 0, &raw_insn, &prefixes ); [all …]
|
/external/llvm/include/llvm/Option/ |
D | OptParser.td | 33 // An option which prefixes its (single) value. 86 class Option<list<string> prefixes, string name, OptionKind kind> { 88 list<string> Prefixes = prefixes; 103 class Flag<list<string> prefixes, string name> 104 : Option<prefixes, name, KIND_FLAG>; 105 class Joined<list<string> prefixes, string name> 106 : Option<prefixes, name, KIND_JOINED>; 107 class Separate<list<string> prefixes, string name> 108 : Option<prefixes, name, KIND_SEPARATE>; 109 class CommaJoined<list<string> prefixes, string name> [all …]
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | indirectbr.ll | 3 ; RUN: llc -march=mips -mcpu=mips32 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 4 ; RUN: llc -march=mips -mcpu=mips32r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 5 ; RUN: llc -march=mips -mcpu=mips32r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 6 ; RUN: llc -march=mips -mcpu=mips32r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 7 ; RUN: llc -march=mips -mcpu=mips32r6 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,R6C 8 ; RUN: llc -march=mips64 -mcpu=mips4 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 9 ; RUN: llc -march=mips64 -mcpu=mips64 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 10 ; RUN: llc -march=mips64 -mcpu=mips64r2 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 11 ; RUN: llc -march=mips64 -mcpu=mips64r3 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… 12 ; RUN: llc -march=mips64 -mcpu=mips64r5 -asm-show-inst < %s | FileCheck %s -check-prefixes=ALL,NOT-… [all …]
|
D | udiv.ll | 2 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 4 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 6 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 8 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 10 ; RUN: -check-prefixes=ALL,NOT-R6,GP32 12 ; RUN: -check-prefixes=ALL,R6,GP32 15 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 17 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 19 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 21 ; RUN: -check-prefixes=ALL,NOT-R6,GP64-NOT-R6 [all …]
|
D | xor.ll | 1 ; RUN: llc < %s -march=mips -mcpu=mips2 | FileCheck %s -check-prefixes=ALL,GP32 2 ; RUN: llc < %s -march=mips -mcpu=mips32 | FileCheck %s -check-prefixes=ALL,GP32 4 ; RUN: -check-prefixes=ALL,GP32 6 ; RUN: -check-prefixes=ALL,GP32 8 ; RUN: -check-prefixes=ALL,GP32 10 ; RUN: -check-prefixes=ALL,GP32 12 ; RUN: -check-prefixes=ALL,GP64 14 ; RUN: -check-prefixes=ALL,GP64 16 ; RUN: -check-prefixes=ALL,GP64 18 ; RUN: -check-prefixes=ALL,GP64 [all …]
|
D | sub.ll | 2 ; RUN: -check-prefixes=NOT-R2-R6,GP32,GP32-NOT-MM,NOT-MM 4 ; RUN: -check-prefixes=NOT-R2-R6,GP32,GP32-NOT-MM,NOT-MM 6 ; RUN: -check-prefixes=R2-R6,GP32,GP32-NOT-MM,NOT-MM 8 ; RUN: -check-prefixes=R2-R6,GP32,GP32-NOT-MM,NOT-MM 10 ; RUN: -check-prefixes=R2-R6,GP32,GP32-NOT-MM,NOT-MM 12 ; RUN: -check-prefixes=R2-R6,GP32,GP32-NOT-MM,NOT-MM 14 ; RUN: -check-prefixes=GP32-MM,GP32,MM 16 ; RUN: -check-prefixes=GP32-MM,GP32,MM 18 ; RUN: -check-prefixes=NOT-R2-R6,GP64,NOT-MM 20 ; RUN: -check-prefixes=NOT-R2-R6,GP64,NOT-MM [all …]
|
D | not.ll | 1 ; RUN: llc < %s -march=mips -mcpu=mips2 | FileCheck %s -check-prefixes=ALL,GP32 2 ; RUN: llc < %s -march=mips -mcpu=mips32 | FileCheck %s -check-prefixes=ALL,GP32 4 ; RUN: -check-prefixes=ALL,GP32 6 ; RUN: -check-prefixes=ALL,GP32 8 ; RUN: -check-prefixes=ALL,GP32 10 ; RUN: -check-prefixes=ALL,GP32 12 ; RUN: -check-prefixes=ALL,GP64 14 ; RUN: -check-prefixes=ALL,GP64 16 ; RUN: -check-prefixes=ALL,GP64 18 ; RUN: -check-prefixes=ALL,GP64 [all …]
|
D | srem.ll | 2 ; RUN: -check-prefixes=ALL,GP32,NOT-R6,NOT-R2-R6 4 ; RUN: -check-prefixes=ALL,GP32,NOT-R6,NOT-R2-R6 6 ; RUN: -check-prefixes=ALL,GP32,R2-R5,R2-R6,NOT-R6 8 ; RUN: -check-prefixes=ALL,GP32,R2-R5,R2-R6,NOT-R6 10 ; RUN: -check-prefixes=ALL,GP32,R2-R5,R2-R6,NOT-R6 12 ; RUN: -check-prefixes=ALL,GP32,R6,R2-R6 15 ; RUN: -check-prefixes=ALL,GP64-NOT-R6,NOT-R6,NOT-R2-R6 17 ; RUN: -check-prefixes=ALL,GP64-NOT-R6,NOT-R6,NOT-R2-R6 19 ; RUN: -check-prefixes=ALL,GP64-NOT-R6,NOT-R6,NOT-R2-R6 21 ; RUN: -check-prefixes=ALL,R2-R5,R2-R6,GP64-NOT-R6,NOT-R6 [all …]
|
D | sdiv.ll | 2 ; RUN: -check-prefixes=ALL,NOT-R6,NOT-R2-R6,GP32 4 ; RUN: -check-prefixes=ALL,NOT-R6,NOT-R2-R6,GP32 6 ; RUN: -check-prefixes=ALL,NOT-R6,R2-R5,GP32 8 ; RUN: -check-prefixes=ALL,NOT-R6,R2-R5,GP32 10 ; RUN: -check-prefixes=ALL,NOT-R6,R2-R5,GP32 12 ; RUN: -check-prefixes=ALL,R6,GP32 15 ; RUN: -check-prefixes=ALL,NOT-R6,NOT-R2-R6,GP64-NOT-R6 17 ; RUN: -check-prefixes=ALL,NOT-R6,NOT-R2-R6,GP64-NOT-R6 19 ; RUN: -check-prefixes=ALL,NOT-R6,NOT-R2-R6,GP64-NOT-R6 21 ; RUN: -check-prefixes=ALL,NOT-R6,R2-R5,GP64-NOT-R6 [all …]
|
D | lshr.ll | 2 ; RUN: -check-prefixes=ALL,GP32,M2 4 ; RUN: -check-prefixes=ALL,GP32,32R1-R5 6 ; RUN: -check-prefixes=ALL,GP32,32R1-R5 8 ; RUN: -check-prefixes=ALL,GP32,32R1-R5 10 ; RUN: -check-prefixes=ALL,GP32,32R1-R5 12 ; RUN: -check-prefixes=ALL,GP32,32R6 14 ; RUN: -check-prefixes=ALL,GP64,M3 16 ; RUN: -check-prefixes=ALL,GP64,GP64-NOT-R6 18 ; RUN: -check-prefixes=ALL,GP64,GP64-NOT-R6 20 ; RUN: -check-prefixes=ALL,GP64,GP64-NOT-R6 [all …]
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
D | packet_receiver.cc | 43 std::vector<std::string> prefixes; in PacketReceiver() local 47 prefixes.push_back("Throughput_kbps#1"); in PacketReceiver() 48 prefixes.push_back("Sending_Estimate_kbps#1"); in PacketReceiver() 49 prefixes.push_back("Delay_ms_#1"); in PacketReceiver() 50 prefixes.push_back("Packet_Loss_#1"); in PacketReceiver() 51 prefixes.push_back("Objective_function_#1"); in PacketReceiver() 54 prefixes.push_back("Throughput_kbps#1"); // Total Available. in PacketReceiver() 55 prefixes.push_back("Throughput_kbps#1"); // Available per flow. in PacketReceiver() 58 metric_recorder_->SetPlotInformation(prefixes, plot_delay, plot_loss); in PacketReceiver()
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | stack-alignment.ll | 1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s 2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s 4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
|
D | return-hard-float.ll | 1 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=static < %s | FileCheck --check-prefixes=ALL,O… 2 ; RUN: llc -mtriple=mipsel-linux-gnu -relocation-model=static < %s | FileCheck --check-prefixes=ALL… 4 …s64-linux-gnu -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 5 …4el-linux-gnu -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 …s64-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 …4el-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 10 …s64-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 11 …4el-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 13 …nux-gnu -relocation-model=static -mattr=+o32,+fp64 < %s | FileCheck --check-prefixes=ALL,032FP64 %s 14 …nux-gnu -relocation-model=static -mattr=+o32,+fp64 < %s | FileCheck --check-prefixes=ALL,032FP64 %s
|
D | reserved-space.ll | 1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s 2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s 4 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 5 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 10 ; RUN: llc -march=mips64 -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s 11 ; RUN: llc -march=mips64el -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
|
D | roundl-call.ll | 2 ; RUN: %s | FileCheck %s -check-prefixes=ALL,N32,HARD-FLOAT 4 ; RUN: %s | FileCheck %s -check-prefixes=ALL,N32,HARD-FLOAT 7 ; RUN: %s | FileCheck %s -check-prefixes=ALL,N64,HARD-FLOAT 9 ; RUN: %s | FileCheck %s -check-prefixes=ALL,N64,HARD-FLOAT 12 ; RUN: -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,N32,SOFT-FLOAT 14 ; RUN: -relocation-model=pic < %s | FileCheck %s -check-prefixes=ALL,N32,SOFT-FLOAT 17 ; RUN: | FileCheck %s -check-prefixes=ALL,N64,SOFT-FLOAT 19 ; RUN: %s | FileCheck %s -check-prefixes=ALL,N64,SOFT-FLOAT
|
D | callee-saved-float.ll | 1 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32 %s 2 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32 %s 3 ; RUN: llc -march=mips < %s | FileCheck --check-prefixes=ALL,O32-INV %s 4 ; RUN: llc -march=mipsel < %s | FileCheck --check-prefixes=ALL,O32-INV %s 6 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 7 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s 8 ; RUN-TODO: llc -march=mips64 -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-INV… 9 ; RUN-TODO: llc -march=mips64el -target-abi o32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,O32-I… 11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 12 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s [all …]
|
D | arguments-struct.ll | 1 …ips-unknown-linux-gnu -relocation-model=static < %s | FileCheck --check-prefixes=ALL,SYM32,O32-BE … 2 …sel-unknown-linux-gnu -relocation-model=static < %s | FileCheck --check-prefixes=ALL,SYM32,O32-LE … 4 …x-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,O32-BE … 5 …x-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,O32-LE … 7 …x-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,NEW-BE … 8 …x-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,SYM32,NEW-LE … 10 …x-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64,NEW-BE … 11 …x-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,SYM64,NEW-LE …
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/ |
D | Element.java | 39 protected Vector prefixes; field in Element 155 return (prefixes == null ? 0 : prefixes.size()); in getNamespaceCount() 159 return ((String[]) prefixes.elementAt(i))[0]; in getNamespacePrefix() 163 return ((String[]) prefixes.elementAt(i))[1]; in getNamespaceUri() 260 if (prefixes == null) in setPrefix() 261 prefixes = new Vector(); in setPrefix() 262 prefixes.addElement(new String[] { in setPrefix() 302 if (prefixes != null) { in write() 303 for (int i = 0; i < prefixes.size(); i++) { in write()
|
/external/llvm/test/CodeGen/Mips/ |
D | start-asm-file.ll | 6 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-O32,CHECK-STATIC-O32-NLEGACY %s 10 ; RUN: FileCheck -check-prefixes=CHECK-PIC-O32,CHECK-PIC-O32-NLEGACY %s 14 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-O32,CHECK-STATIC-O32-N2008 %s 18 ; RUN: FileCheck -check-prefixes=CHECK-PIC-O32,CHECK-PIC-O32-N2008 %s 23 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-N32,CHECK-STATIC-N32-NLEGACY %s 27 ; RUN: FileCheck -check-prefixes=CHECK-PIC-N32,CHECK-PIC-N32-NLEGACY %s 31 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-N32,CHECK-STATIC-N32-N2008 %s 35 ; RUN: FileCheck -check-prefixes=CHECK-PIC-N32,CHECK-PIC-N32-N2008 %s 40 ; RUN: FileCheck -check-prefixes=CHECK-STATIC-N64,CHECK-STATIC-N64-NLEGACY %s 44 ; RUN: FileCheck -check-prefixes=CHECK-PIC-N64,CHECK-PIC-N64-NLEGACY %s [all …]
|
D | buildpairextractelementf64.ll | 1 ; RUN: llc -march=mipsel < %s | FileCheck %s -check-prefixes=NO-MFHC1,ALL 2 ; RUN: llc -march=mips < %s | FileCheck %s -check-prefixes=NO-MFHC1,ALL 3 ; RUN: llc -march=mipsel -mcpu=mips32r2 < %s | FileCheck %s -check-prefixes=HAS-MFHC1,ALL 4 ; RUN: llc -march=mips -mcpu=mips32r2 < %s | FileCheck %s -check-prefixes=HAS-MFHC1,ALL 5 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck %s -check-prefixes=HAS-MFHC1,… 6 ; RUN: llc -march=mips -mcpu=mips32r2 -mattr=+fp64 < %s | FileCheck %s -check-prefixes=HAS-MFHC1,ALL
|
D | cfi_offset.ll | 1 ; RUN: llc -march=mips -mattr=+o32 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EB 2 ; RUN: llc -march=mipsel -mattr=+o32 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EL 3 ; RUN: llc -march=mips -mattr=+o32,+fpxx < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EB 4 ; RUN: llc -march=mipsel -mattr=+o32,+fpxx < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EL 5 ; RUN: llc -march=mips -mattr=+o32,+fp64 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EB 6 ; RUN: llc -march=mipsel -mattr=+o32,+fp64 < %s | FileCheck %s --check-prefixes=CHECK,CHECK-EL
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | NamespaceSupport.java | 252 String[] prefixes = new String[fNamespaceSize]; in getAllPrefixes() local 253 fPrefixes = prefixes; in getAllPrefixes() 274 private String[] prefixes; field in NamespaceSupport.Prefixes 281 public Prefixes(String [] prefixes, int size) { in Prefixes() argument 282 this.prefixes = prefixes; in Prefixes() 306 buf.append(prefixes[i]); in toString()
|