HomeSort by relevance Sort by last modified time
    Searched full:twobyte (Results 1 - 13 of 13) sorted by null

  /external/v8/test/mjsunit/
whitespaces.js 41 // Add single twobyte char to force twobyte representation.
43 var twobyte = "\u2603"; variable
106 test_regexp(c + twobyte);
108 test_trim(c, twobyte + "trim");
110 test_parseInt(c, twobyte);
112 test_eval(c, twobyte);
string-external-cached.js 66 var twobyte = "_ABCDEFGHIJKLMNOPQRST";
69 externalizeString(twobyte, true);
72 assertFalse(isOneByteString(twobyte));
74 var twobyte_slice = twobyte.slice(2,-1);
76 var twobyte_cons = twobyte + twobyte;
81 assertEquals(["A", "A"], re.exec(twobyte));
  /toolchain/binutils/binutils-2.25/include/opcode/
i386.h 94 /* modrm_byte.regmem for twobyte escape */
  /external/v8/tools/
gen-postmortem-metadata.py 414 # Cons, External, or Sliced) and an encoding (TwoByte/OneByte),
421 # from the type name, in which case "Seq" and "TwoByte" are
453 cctype = re.sub('TwoByte', '', cctype);
  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 89 case TWOBYTE:
133 case TWOBYTE:
695 insn->opcodeType = TWOBYTE;
711 insn->opcodeType = TWOBYTE;
721 insn->opcodeType = TWOBYTE;
767 insn->opcodeType = TWOBYTE;
    [all...]
X86DisassemblerDecoderCommon.h 286 TWOBYTE = 1,
    [all...]
  /external/llvm/utils/TableGen/
X86DisassemblerTables.h 239 /// @param type - The opcode type (ONEBYTE, TWOBYTE, etc.)
X86RecognizableInstr.cpp 836 case X86Local::TB: opcodeType = TWOBYTE; break;
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
pyassem.py 516 hi, lo = twobyte(oparg)
582 def twobyte(val): function
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
pyassem.py 516 hi, lo = twobyte(oparg)
582 def twobyte(val): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 516 hi, lo = twobyte(oparg)
582 def twobyte(val): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 516 hi, lo = twobyte(oparg)
582 def twobyte(val): function
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 375 // TB - TwoByte - Set if this instruction has a two byte opcode, which

Completed in 838 milliseconds