HomeSort by relevance Sort by last modified time
    Searched full:isprefix (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 51 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "GENERAL_ERROR", "INSTR_TOO_LONG", "BAD_LOCK_PREFIX") {
68 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, unsupported...) {
77 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "shl ") && (inst.Opcode>>16)&0xEC38 == 0xC030 {
84 if (contains(text, "error:") || isPrefix(text) && size == 1) && hasByte(dec.enc[:dec.nenc], 0x82, 0xC0, 0xC1, 0xD0, 0xD1, 0xD2, 0xD3, 0xF6, 0xF7) {
121 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "nop ") && (inst.Opcode>>8)&0xFFFF38 != 0x0F1F00 {
145 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fxch ") && hasByte(dec.enc[:dec.nenc], 0xDD, 0xDF) {
150 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcom ") && hasByte(dec.enc[:dec.nenc], 0xD8, 0xDC) {
155 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcomp ") && hasByte(dec.enc[:dec.nenc], 0xDC, 0xDE) {
160 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fstp ") && hasByte(dec.enc[:dec.nenc], 0xDF) {
objdump_test.go 59 if i := strings.LastIndex(dec.text, " "); isPrefix(dec.text[i+1:]) && size == 1 && isPrefix(text) {
98 if (text == "BAD" || size == 1 && isPrefix(text)) && hasPrefix(dec.text, unsupported...) {
103 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && hasPrefix(text, libopcodesUnsupported...) {
108 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && inst.Opcode>>24 == 0x90 && countPrefix(inst, 0xF2) > 0 {
115 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && contains(text, "%cr", "%db", "%tr") {
182 if (text == "BAD" || size == 1 && isPrefix(text)) && contains(dec.text, "swapgs", "syscall", "sysret", "rdfsbase", "rdgsbase", "wrfsbase", "wrgsbase") {
ext_test.go 319 // isPrefix reports whether text is the name of an instruction prefix.
320 func isPrefix(text string) bool {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
xed_test.go 51 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "GENERAL_ERROR", "INSTR_TOO_LONG", "BAD_LOCK_PREFIX") {
68 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, unsupported...) {
77 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "shl ") && (inst.Opcode>>16)&0xEC38 == 0xC030 {
84 if (contains(text, "error:") || isPrefix(text) && size == 1) && hasByte(dec.enc[:dec.nenc], 0x82, 0xC0, 0xC1, 0xD0, 0xD1, 0xD2, 0xD3, 0xF6, 0xF7) {
121 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "nop ") && (inst.Opcode>>8)&0xFFFF38 != 0x0F1F00 {
145 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fxch ") && hasByte(dec.enc[:dec.nenc], 0xDD, 0xDF) {
150 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcom ") && hasByte(dec.enc[:dec.nenc], 0xD8, 0xDC) {
155 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fcomp ") && hasByte(dec.enc[:dec.nenc], 0xDC, 0xDE) {
160 if (contains(text, "error:") || isPrefix(text) && size == 1) && contains(dec.text, "fstp ") && hasByte(dec.enc[:dec.nenc], 0xDF) {
objdump_test.go 59 if i := strings.LastIndex(dec.text, " "); isPrefix(dec.text[i+1:]) && size == 1 && isPrefix(text) {
98 if (text == "BAD" || size == 1 && isPrefix(text)) && hasPrefix(dec.text, unsupported...) {
103 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && hasPrefix(text, libopcodesUnsupported...) {
108 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && inst.Opcode>>24 == 0x90 && countPrefix(inst, 0xF2) > 0 {
115 if (contains(dec.text, "(bad)") || dec.nenc == 1 && isPrefix(dec.text)) && contains(text, "%cr", "%db", "%tr") {
182 if (text == "BAD" || size == 1 && isPrefix(text)) && contains(dec.text, "swapgs", "syscall", "sysret", "rdfsbase", "rdgsbase", "wrfsbase", "wrgsbase") {
ext_test.go 319 // isPrefix reports whether text is the name of an instruction prefix.
320 func isPrefix(text string) bool {
  /external/apache-xml/src/main/java/org/apache/xml/utils/
PrefixResolverDefault.java 105 boolean isPrefix = aname.startsWith("xmlns:");
107 if (isPrefix || aname.equals("xmlns"))
110 String p = isPrefix ? aname.substring(index + 1) : "";
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPPrefixResolver.java 106 boolean isPrefix = aname.startsWith("xmlns:");
108 if (isPrefix || aname.equals("xmlns")) {
110 String p =isPrefix ?aname.substring(index + 1) :"";
  /frameworks/base/packages/Osu/src/com/android/hotspot2/
IMSIParameter.java 57 public boolean isPrefix() {
  /frameworks/compile/mclinker/include/mcld/Script/
WildcardPattern.h 45 bool isPrefix() const { return m_bIsPrefix; }
  /prebuilts/go/darwin-x86/src/bufio/
bufio_test.go 768 line, isPrefix, err := l.ReadLine()
772 if isPrefix {
804 line, isPrefix, err := l.ReadLine()
805 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil {
809 line, isPrefix, err = l.ReadLine()
810 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil {
814 line, isPrefix, err = l.ReadLine()
815 if isPrefix || !bytes.Equal(line, data[:minReadBufferSize/2]) || err != nil {
818 line, isPrefix, err = l.ReadLine()
819 if isPrefix || err == nil
    [all...]
bufio.go 354 // If the line was too long for the buffer then isPrefix is set and the
356 // from future calls. isPrefix will be false when returning the last fragment
366 func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) {
  /prebuilts/go/linux-x86/src/bufio/
bufio_test.go 768 line, isPrefix, err := l.ReadLine()
772 if isPrefix {
804 line, isPrefix, err := l.ReadLine()
805 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil {
809 line, isPrefix, err = l.ReadLine()
810 if !isPrefix || !bytes.Equal(line, data[:minReadBufferSize]) || err != nil {
814 line, isPrefix, err = l.ReadLine()
815 if isPrefix || !bytes.Equal(line, data[:minReadBufferSize/2]) || err != nil {
818 line, isPrefix, err = l.ReadLine()
819 if isPrefix || err == nil
    [all...]
bufio.go 354 // If the line was too long for the buffer then isPrefix is set and the
356 // from future calls. isPrefix will be false when returning the last fragment
366 func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) {
  /frameworks/compile/mclinker/lib/Script/
WildcardPattern.cpp 42 if (isPrefix())
  /external/smali/dexlib2/src/main/ragel/
SyntheticAccessorFSM.rl 212 boolean isPrefix = putRegister == returnRegister;
255 if (isPrefix) {
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredAidCache.java 170 boolean isPrefix = isPrefix(entry.getKey());
172 String entryAid = (isPrefix || isSubset) ? entry.getKey().substring(0,
174 if (entryAid.equalsIgnoreCase(aid) || (isPrefix && aid.startsWith(entryAid))
470 static boolean isPrefix(String aid) {
560 if (isSubset(aid) || isPrefix(aid))
601 if (isPrefix(aidToResolve)) {
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
i386-opc.tbl     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 515 boolean isPrefix = putRegister == returnRegister;
558 if (isPrefix) {
  /prebuilts/go/darwin-x86/src/net/http/cgi/
host.go 247 line, isPrefix, err := linebody.ReadLine()
248 if isPrefix {
  /prebuilts/go/linux-x86/src/net/http/cgi/
host.go 247 line, isPrefix, err := linebody.ReadLine()
248 if isPrefix {
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.h 256 bool isPrefix(MCInstrInfo const &MCII, MCInst const &MCI);
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 395 static bool IsPrefix(const IndicesVector &Prefix, const IndicesVector &Longer) {
414 return Low != Set.end() && IsPrefix(*Low, Indices);
433 if (IsPrefix(*Low, ToMark))
446 while (Low != End && IsPrefix(ToMark, *Low)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.c 302 BOOL isPrefix = TRUE;
312 while (isPrefix) {
376 isPrefix = FALSE;
380 if (isPrefix)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
ArgumentPromotion.cpp 244 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix,
267 return Low != Set.end() && IsPrefix(*Low, Indices);
286 if (IsPrefix(*Low, ToMark))
299 while (Low != End && IsPrefix(ToMark, *Low)) {
    [all...]

Completed in 909 milliseconds

1 2 3 4 5 6 7