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

  /toolchain/binutils/binutils-2.27/binutils/
srconv.c 879 struct IT_dty dty;
880 dty.end = 0;
881 dty.neg = 0x1001;
882 dty.spare = 0;
883 sysroff_swap_dty_out (file, &dty);
889 struct IT_dty dty;
890 dty.end = 0;
891 dty.neg = 0x1001;
892 dty.end = 1;
893 sysroff_swap_dty_out (file, &dty);
919 struct IT_dty dty; local
949 struct IT_dty dty; local
    [all...]
  /external/valgrind/VEX/priv/
host_arm64_isel.c 179 IRExpr* e, IRType dty );
181 IRExpr* e, IRType dty );
842 ARM64AMode* iselIntExpr_AMode ( ISelEnv* env, IRExpr* e, IRType dty )
844 ARM64AMode* am = iselIntExpr_AMode_wrk(env, e, dty);
850 ARM64AMode* iselIntExpr_AMode_wrk ( ISelEnv* env, IRExpr* e, IRType dty )
856 switch (dty) {
864 /* {Add64,Sub64}(expr,simm9). We don't care about |dty| here since
    [all...]

Completed in 1038 milliseconds