HomeSort by relevance Sort by last modified time
    Searched defs:next_insn (Results 1 - 3 of 3) sorted by null

  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 265 uint32_t next_insn = GetInsn(code, literal_offset + 4u); local
272 if ((next_insn & 0xffc00000) == 0xb9400000 &&
273 (((next_insn >> 5) ^ adrp) & 0x1f) == 0) {
278 if ((next_insn & 0xff000000) == 0x18000000) {
283 if ((next_insn & 0xff000000) == 0x58000000) {
284 bool is_aligned_load = (((next_offset >> 2) ^ (next_insn >> 5)) & 1) == 0;
290 if ((next_insn & 0xbfc003e0) == 0xb94003e0) {
  /external/libunwind/src/ia64/
Gscript.c 519 struct ia64_script_insn *ip, *limit, next_insn; local
529 next_insn = *ip;
534 opc = next_insn.opc;
535 dst = next_insn.dst;
536 val = next_insn.val;
537 next_insn = *ip;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu_emit.c 698 #define next_insn brw_next_insn macro
734 struct brw_instruction *insn = next_insn(p, opcode);
746 struct brw_instruction *insn = next_insn(p, opcode);
771 struct brw_instruction *insn = next_insn(p, opcode);
869 rnd = next_insn(p, BRW_OPCODE_##OP); \
993 struct brw_instruction *insn = next_insn(p, BRW_OPCODE_NOP);
    [all...]

Completed in 280 milliseconds