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

  /external/llvm/lib/Target/Alpha/
AlphaLLRP.cpp 67 case Alpha::STQ: case Alpha::STL:
AlphaInstrInfo.cpp 57 case Alpha::STQ:
164 BuildMI(MBB, MI, DL, get(Alpha::STQ))
AlphaFrameLowering.cpp 95 BuildMI(MBB, MBBI, dl, TII.get(Alpha::STQ))
  /external/qemu/target-arm/
op_helper.c 480 #define STQ(addr, val) stq(addr, val)
490 #define STQ(addr, val) slow_stq_mmu(addr, val, user, GETPC())
534 STQ(addr, float64_val(env->vfp.regs[rd]));
591 #undef STQ

Completed in 104 milliseconds