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

  /external/chromium_org/courgette/
disassembler_elf_32_arm.h 31 uint16 c_op() const { function in class:courgette::DisassemblerElf32ARM::TypedRVAARM
56 uint16* c_op /* out */, uint32* addr /* out */);
58 static CheckBool Decompress(ARM_RVA type, uint16 c_op, uint32 addr,
disassembler_elf_32_arm.cc 21 uint16* c_op, uint32* addr) {
24 // Courgette opcode (c_op).
41 (*c_op) = (arm_op >> 8) | 0x1000;
53 (*c_op) = (arm_op >> 11) | 0x2000;
65 (*c_op) = (arm_op >> 24) | 0x3000;
104 (*c_op) = temp2;
125 (*c_op) = temp2;
134 CheckBool DisassemblerElf32ARM::Decompress(ARM_RVA type, uint16 c_op,
141 (*arm_op) = ((c_op & 0x0FFF) << 8) | (((addr - 4) >> 1) & 0x000000FF);
144 (*arm_op) = ((c_op & 0x0FFF) << 11) | (((addr - 4) >> 1) & 0x000007FF)
    [all...]
typedrva_unittest.cc 59 uint16 c_op; local
62 &c_op, &addr));
66 EXPECT_TRUE(courgette::DisassemblerElf32ARM::Decompress(arm_rva, c_op, addr,
  /external/sepolicy/tools/
sepolicy-check.c 65 int c_op, uint32_t target_class,
88 match &= check(c_op, target_class, cur->key.target_class);
123 int c_op = parse_ops(&c); local
144 if (c_op != ANY) {
170 if (c_op != ANY)
176 c_op, key.target_class,
184 c_op, key.target_class,
  /bionic/libc/kernel/uapi/asm-mips/asm/
inst.h 471 BITFIELD_FIELD(unsigned int c_op : 3,
  /development/ndk/platforms/android-L/arch-mips/include/asm/
inst.h 466 BITFIELD_FIELD(unsigned int c_op : 3,
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
inst.h 466 BITFIELD_FIELD(unsigned int c_op : 3,
  /external/kernel-headers/original/uapi/asm-mips/asm/
inst.h 519 BITFIELD_FIELD(unsigned int c_op : 3,
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/asm/
inst.h 471 BITFIELD_FIELD(unsigned int c_op : 3,
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/asm/
inst.h 471 BITFIELD_FIELD(unsigned int c_op : 3,
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Nodes.py     [all...]

Completed in 765 milliseconds