HomeSort by relevance Sort by last modified time
    Searched refs:raw_code (Results 1 - 8 of 8) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
xgate-dis.c 65 unsigned int raw_code; local
115 raw_code = buffer[0];
116 raw_code <<= 8;
117 raw_code += buffer[1];
119 decodePTR = find_match (raw_code);
131 (raw_code >> 8) & 0x7);
136 (raw_code >> 8) & 0x7);
141 (raw_code >> 8) & 0x7);
146 (raw_code >> 8) & 0x7, (raw_code >> 5) & 0x7
    [all...]
  /art/compiler/linker/x86/
relative_patcher_x86_test.cc 113 static const uint8_t raw_code[] = { local
119 ArrayRef<const uint8_t> code(raw_code);
146 static const uint8_t raw_code[] = { local
152 ArrayRef<const uint8_t> code(raw_code);
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 90 std::vector<uint8_t> raw_code; local
91 raw_code.reserve(insns.size() * 4u);
93 PushBackInsn(&raw_code, insn);
95 return raw_code;
903 const std::vector<uint8_t> raw_code = RawCode({kCbnzIP1Plus0Insn, ldr}); local
1148 const std::vector<uint8_t> raw_code = RawCode({ldr, kCbnzIP1Plus0Insn}); local
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 57 | RAW_CODE
58 SEPARATOR ::= RAW_CODE | EMPTY
429 self.raw_code = token
682 output.Append(node.raw_code.value)
  /external/googletest/googletest/scripts/
pump.py 57 | RAW_CODE
58 SEPARATOR ::= RAW_CODE | EMPTY
429 self.raw_code = token
682 output.Append(node.raw_code.value)
  /external/protobuf/gtest/scripts/
pump.py 57 | RAW_CODE
58 SEPARATOR ::= RAW_CODE | EMPTY
420 self.raw_code = token
675 output.Append(node.raw_code.value)
  /external/v8/testing/gtest/scripts/
pump.py 57 | RAW_CODE
58 SEPARATOR ::= RAW_CODE | EMPTY
429 self.raw_code = token
682 output.Append(node.raw_code.value)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 57 | RAW_CODE
58 SEPARATOR ::= RAW_CODE | EMPTY
429 self.raw_code = token
682 output.Append(node.raw_code.value)

Completed in 623 milliseconds