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

  /external/swiftshader/third_party/subzero/src/
IceInstMIPS32.cpp 279 void InstMIPS32Label::emitIAS(const Cfg *Func) const {
438 void InstMIPS32Br::emitIAS(const Cfg *Func) const {
583 void InstMIPS32Call::emitIAS(const Cfg *Func) const {
609 void InstMIPS32Ret::emitIAS(const Cfg *Func) const {
691 void InstMIPS32Mov::emitIAS(const Cfg *Func) const {
726 template <> void InstMIPS32Abs_d::emitIAS(const Cfg *Func) const {
731 template <> void InstMIPS32Abs_s::emitIAS(const Cfg *Func) const {
736 template <> void InstMIPS32Addi::emitIAS(const Cfg *Func) const {
741 template <> void InstMIPS32Add_d::emitIAS(const Cfg *Func) const {
746 template <> void InstMIPS32Add_s::emitIAS(const Cfg *Func) const
    [all...]
IceInstX86BaseImpl.h 438 void InstImpl<TraitsType>::InstX86GetIP::emitIAS(const Cfg *Func) const {
464 void InstImpl<TraitsType>::InstX86Label::emitIAS(const Cfg *Func) const {
509 void InstImpl<TraitsType>::InstX86Br::emitIAS(const Cfg *Func) const {
585 void InstImpl<TraitsType>::InstX86Jmp::emitIAS(const Cfg *Func) const {
587 // InstImpl<TraitsType>::InstX86Call::emitIAS().
648 void InstImpl<TraitsType>::InstX86Call::emitIAS(const Cfg *Func) const {
    [all...]
IceCfgNode.cpp     [all...]
IceCfg.cpp     [all...]
IceInstARM32.cpp 160 void InstARM32::emitIAS(const Cfg *Func) const { emitUsingTextFixup(Func); }
278 void InstARM32FourAddrGPR<K>::emitIAS(const Cfg *Func) const {
283 void InstARM32FourAddrFP<K>::emitIAS(const Cfg *Func) const {
288 void InstARM32ThreeAddrFP<K>::emitIAS(const Cfg *Func) const {
293 void InstARM32ThreeAddrSignAwareFP<K>::emitIAS(const Cfg *Func) const {
297 template <> void InstARM32Mla::emitIAS(const Cfg *Func) const {
305 template <> void InstARM32Mls::emitIAS(const Cfg *Func) const {
546 void InstARM32ThreeAddrGPR<K>::emitIAS(const Cfg *Func) const {
550 template <> void InstARM32Adc::emitIAS(const Cfg *Func) const {
557 template <> void InstARM32Add::emitIAS(const Cfg *Func) const
    [all...]

Completed in 183 milliseconds