/third_party/node/deps/v8/src/diagnostics/ppc/ |
H A D | disasm-ppc.cc | 192 } else if (format[1] == 'a') { // 'ra: RA register in FormatRegister() 485 Format(next_instr, " 'rt, 'ra, "); in DecodeExtP() 492 Format(next_instr, "plbz 'rt, 'int34('ra)"); in DecodeExtP() 497 Format(next_instr, "plhz 'rt, 'int34('ra)"); in DecodeExtP() 502 Format(next_instr, "plha 'rt, 'int34('ra)"); in DecodeExtP() 507 Format(next_instr, "plwz 'rt, 'int34('ra)"); in DecodeExtP() 512 Format(next_instr, "plwa 'rt, 'int34('ra)"); in DecodeExtP() 517 Format(next_instr, "pld 'rt, 'int34('ra)"); in DecodeExtP() 522 Format(next_instr, "plfs 'Dt, 'int34('ra)"); in DecodeExtP() 527 Format(next_instr, "plfd 'Dt, 'int34('ra)"); in DecodeExtP() [all...] |
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_regalloc.c | 63 * \param[in] mem_ctx The memory context for the ra context. 68 struct rogue_ra *ra; in rogue_ra_init() local 71 ra = rzalloc_size(mem_ctx, sizeof(*ra)); in rogue_ra_init() 72 if (!ra) in rogue_ra_init() 76 rogue_reg_data_init(ra->reg_data); in rogue_ra_init() 85 for (size_t u = 0; u < ARRAY_SIZE(ra->reg_data); ++u) { in rogue_ra_init() 86 ra->reg_data[u].offset = total_regs; in rogue_ra_init() 87 total_regs += ra->reg_data[u].count; in rogue_ra_init() 91 ra in rogue_ra_init() 141 rogue_ra_alloc(struct list_head *instr_list, struct rogue_ra *ra, size_t *temps_used, size_t *internals_used) rogue_ra_alloc() argument [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | logfile.c | 172 RESTART_AREA *ra; in ntfs_check_restart_area() local 178 ra = (RESTART_AREA*)((u8*)rp + ra_ofs); in ntfs_check_restart_area() 180 * Everything before ra->file_size must be before the first word in ntfs_check_restart_area() 182 * safe to access ra->client_array_offset. in ntfs_check_restart_area() 191 * Now that we can access ra->client_array_offset, make sure everything in ntfs_check_restart_area() 197 ca_ofs = le16_to_cpu(ra->client_array_offset); in ntfs_check_restart_area() 207 * calculated manually and as specified by ra->restart_area_length. in ntfs_check_restart_area() 210 ra_len = ca_ofs + le16_to_cpu(ra->log_clients) * in ntfs_check_restart_area() 213 (u32)(ra_ofs + le16_to_cpu(ra->restart_area_length)) > in ntfs_check_restart_area() 215 ra_len > le16_to_cpu(ra in ntfs_check_restart_area() 286 RESTART_AREA *ra; ntfs_check_log_client_array() local 378 RESTART_AREA *ra; ntfs_check_and_load_restart_page() local 681 RESTART_AREA *ra; ntfs_is_logfile_clean() local [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | readonlyArraysAndTuples.js | 15 function f1(ma: string[], ra: readonly string[], mt: [string, string], rt: readonly [string, string]) { 16 ma = ra; // Error 19 ra = ma; 20 ra = mt; 21 ra = rt; 23 mt = ra; // Error 26 rt = ra; // Error 42 function f1(ma, ra, mt, rt) {
43 ma = ra; // Error
46 ra [all...] |
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 1560 int ra = next_instr->RAValue(); in ExecuteGeneric() local 1562 if (ra == 0) { in ExecuteGeneric() 1565 intptr_t ra_val = get_register(ra); in ExecuteGeneric() 1573 int ra = next_instr->RAValue(); in ExecuteGeneric() local 1575 intptr_t ra_val = ra == 0 ? 0 : get_register(ra); in ExecuteGeneric() 1581 int ra = next_instr->RAValue(); in ExecuteGeneric() local 1583 intptr_t ra_val = ra == 0 ? 0 : get_register(ra); in ExecuteGeneric() 1590 int ra in ExecuteGeneric() local 1599 int ra = next_instr->RAValue(); ExecuteGeneric() local 1607 int ra = next_instr->RAValue(); ExecuteGeneric() local 1615 int ra = next_instr->RAValue(); ExecuteGeneric() local 1624 int ra = next_instr->RAValue(); ExecuteGeneric() local 1647 int ra = next_instr->RAValue(); ExecuteGeneric() local 1662 int ra = instr->RAValue(); ExecuteGeneric() local 1672 int ra = instr->RAValue(); ExecuteGeneric() local 1710 int ra = instr->RAValue(); ExecuteGeneric() local 1750 int ra = instr->RAValue(); ExecuteGeneric() local 1765 int ra = instr->RAValue(); ExecuteGeneric() local 1780 int ra = instr->RAValue(); ExecuteGeneric() local 1852 int ra = instr->RAValue(); ExecuteGeneric() local 1888 int ra = instr->RAValue(); ExecuteGeneric() local 1928 int ra = instr->RAValue(); ExecuteGeneric() local 1937 int ra = instr->RAValue(); ExecuteGeneric() local 1946 int ra = instr->RAValue(); ExecuteGeneric() local 1956 int ra = instr->RAValue(); ExecuteGeneric() local 1965 int ra = instr->RAValue(); ExecuteGeneric() local 1975 int ra = instr->RAValue(); ExecuteGeneric() local 1985 int ra = instr->RAValue(); ExecuteGeneric() local 1999 int ra = instr->RAValue(); ExecuteGeneric() local 2013 int ra = instr->RAValue(); ExecuteGeneric() local 2024 int ra = instr->RAValue(); ExecuteGeneric() local 2035 int ra = instr->RAValue(); ExecuteGeneric() local 2049 int ra = instr->RAValue(); ExecuteGeneric() local 2067 int ra = instr->RAValue(); ExecuteGeneric() local 2081 int ra = instr->RAValue(); ExecuteGeneric() local 2094 int ra = instr->RAValue(); ExecuteGeneric() local 2108 int ra = instr->RAValue(); ExecuteGeneric() local 2121 int ra = instr->RAValue(); ExecuteGeneric() local 2133 int ra = instr->RAValue(); ExecuteGeneric() local 2146 int ra = instr->RAValue(); ExecuteGeneric() local 2174 int ra = instr->RAValue(); ExecuteGeneric() local 2190 int ra = instr->RAValue(); ExecuteGeneric() local 2221 int ra = instr->RAValue(); ExecuteGeneric() local 2235 int ra = instr->RAValue(); ExecuteGeneric() local 2250 int ra = instr->RAValue(); ExecuteGeneric() local 2275 int ra = instr->RAValue(); ExecuteGeneric() local 2289 int ra = instr->RAValue(); ExecuteGeneric() local 2303 int ra = instr->RAValue(); ExecuteGeneric() local 2316 int ra = instr->RAValue(); ExecuteGeneric() local 2329 int ra = instr->RAValue(); ExecuteGeneric() local 2339 int ra = instr->RAValue(); ExecuteGeneric() local 2349 int ra = instr->RAValue(); ExecuteGeneric() local 2359 int ra = instr->RAValue(); ExecuteGeneric() local 2373 int ra = instr->RAValue(); ExecuteGeneric() local 2414 int ra = instr->RAValue(); ExecuteGeneric() local 2435 int ra = instr->RAValue(); ExecuteGeneric() local 2453 int ra = instr->RAValue(); ExecuteGeneric() local 2474 int ra = instr->RAValue(); ExecuteGeneric() local 2492 int ra = instr->RAValue(); ExecuteGeneric() local 2508 int ra = instr->RAValue(); ExecuteGeneric() local 2524 int ra = instr->RAValue(); ExecuteGeneric() local 2549 int ra = instr->RAValue(); ExecuteGeneric() local 2563 int ra = instr->RAValue(); ExecuteGeneric() local 2576 int ra = instr->RAValue(); ExecuteGeneric() local 2592 int ra = instr->RAValue(); ExecuteGeneric() local 2599 int ra = instr->RAValue(); ExecuteGeneric() local 2618 int ra = instr->RAValue(); ExecuteGeneric() local 2629 int ra = instr->RAValue(); ExecuteGeneric() local 2637 int ra = instr->RAValue(); ExecuteGeneric() local 2645 int ra = instr->RAValue(); ExecuteGeneric() local 2670 int ra = instr->RAValue(); ExecuteGeneric() local 2695 int ra = instr->RAValue(); ExecuteGeneric() local 2713 int ra = instr->RAValue(); ExecuteGeneric() local 2731 int ra = instr->RAValue(); ExecuteGeneric() local 2744 int ra = instr->RAValue(); ExecuteGeneric() local 2756 int ra = instr->RAValue(); ExecuteGeneric() local 2797 int ra = instr->RAValue(); ExecuteGeneric() local 2813 int ra = instr->RAValue(); ExecuteGeneric() local 2827 int ra = instr->RAValue(); ExecuteGeneric() local 2840 int ra = instr->RAValue(); ExecuteGeneric() local 2855 int ra = instr->RAValue(); ExecuteGeneric() local 2870 int ra = instr->RAValue(); ExecuteGeneric() local 2894 int ra = instr->RAValue(); ExecuteGeneric() local 2918 int ra = instr->RAValue(); ExecuteGeneric() local 2939 int ra = instr->RAValue(); ExecuteGeneric() local 2955 int ra = instr->RAValue(); ExecuteGeneric() local 2970 int ra = instr->RAValue(); ExecuteGeneric() local 2983 int ra = instr->RAValue(); ExecuteGeneric() local 2996 int ra = instr->RAValue(); ExecuteGeneric() local 3039 int ra = instr->RAValue(); ExecuteGeneric() local 3054 int ra = instr->RAValue(); ExecuteGeneric() local 3069 int ra = instr->RAValue(); ExecuteGeneric() local 3084 int ra = instr->RAValue(); ExecuteGeneric() local 3098 int ra = instr->RAValue(); ExecuteGeneric() local 3108 int ra = instr->RAValue(); ExecuteGeneric() local 3122 int ra = instr->RAValue(); ExecuteGeneric() local 3132 int ra = instr->RAValue(); ExecuteGeneric() local 3142 int ra = instr->RAValue(); ExecuteGeneric() local 3152 int ra = instr->RAValue(); ExecuteGeneric() local 3162 int ra = instr->RAValue(); ExecuteGeneric() local 3173 int ra = instr->RAValue(); ExecuteGeneric() local 3189 int ra = instr->RAValue(); ExecuteGeneric() local 3203 int ra = instr->RAValue(); ExecuteGeneric() local 3216 int ra = instr->RAValue(); ExecuteGeneric() local 3225 int ra = instr->RAValue(); ExecuteGeneric() local 3234 int ra = instr->RAValue(); ExecuteGeneric() local 3243 int ra = instr->RAValue(); ExecuteGeneric() local 3252 int ra = instr->RAValue(); ExecuteGeneric() local 3265 int ra = instr->RAValue(); ExecuteGeneric() local 3278 int ra = instr->RAValue(); ExecuteGeneric() local 3293 int ra = instr->RAValue(); ExecuteGeneric() local 3307 int ra = instr->RAValue(); ExecuteGeneric() local 3321 int ra = instr->RAValue(); ExecuteGeneric() local 3342 int ra = instr->RAValue(); ExecuteGeneric() local 3370 int ra = instr->RAValue(); ExecuteGeneric() local 3386 int ra = instr->RAValue(); ExecuteGeneric() local 3415 int ra = instr->RAValue(); ExecuteGeneric() local 3429 int ra = instr->RAValue(); ExecuteGeneric() local 3440 int ra = instr->RAValue(); ExecuteGeneric() local 3934 int ra = instr->RAValue(); ExecuteGeneric() local 3951 int ra = instr->RAValue(); ExecuteGeneric() local 3968 int ra = instr->RAValue(); ExecuteGeneric() local 3985 int ra = instr->RAValue(); ExecuteGeneric() local 4020 int ra = instr->RAValue(); ExecuteGeneric() local 4042 int ra = instr->RAValue(); ExecuteGeneric() local 4070 int ra = instr->RAValue(); ExecuteGeneric() local [all...] |
/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
H A D | ioctl06.c | 22 unsigned long ra, rab, rao; in verify_ioctl() local 28 for (ra = 0; ra <= 4096; ra += 512) { in verify_ioctl() 29 SAFE_IOCTL(fd, BLKRASET, ra); in verify_ioctl() 32 if (ra == rab) in verify_ioctl() 33 tst_res(TPASS, "BLKRASET %lu read back correctly", ra); in verify_ioctl() 35 tst_res(TFAIL, "BLKRASET %lu read back %lu", ra, rab); in verify_ioctl()
|
/third_party/ffmpeg/tests/fate/ |
H A D | real.mak | 2 fate-ra3-144: CMD = framecrc -i $(TARGET_SAMPLES)/realaudio/ra3.ra 5 fate-ra4-288: CMD = pcm -i $(TARGET_SAMPLES)/realaudio/ra4_288.ra 9 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, RA_144) += fate-ra-144 10 fate-ra-144: CMD = md5 -i $(TARGET_SAMPLES)/real/ra3_in_rm_file.rm -f s16le 12 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, RA_288) += fate-ra-288 13 fate-ra-288: CMD = pcm -i $(TARGET_SAMPLES)/real/ra_288.rm 14 fate-ra-288: CMP = oneoff 15 fate-ra-288: REF = $(SAMPLES)/real/ra_288.pcm 16 fate-ra-288: FUZZ = 2 18 FATE_REALMEDIA_AUDIO-$(call DEMDEC, RM, COOK) += fate-ra [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdump_logfile.c | 377 RESTART_AREA *ra; in dump_restart_areas_area() local 380 ra = (RESTART_AREA*)((u8*)rstr + in dump_restart_areas_area() 383 (long long)sle64_to_cpu(ra->current_lsn), in dump_restart_areas_area() 384 (unsigned long long)sle64_to_cpu(ra->current_lsn)); in dump_restart_areas_area() 385 ntfs_log_info("log_clients = %u (0x%x)\n", le16_to_cpu(ra->log_clients), in dump_restart_areas_area() 386 le16_to_cpu(ra->log_clients)); in dump_restart_areas_area() 388 (s16)le16_to_cpu(ra->client_free_list), in dump_restart_areas_area() 389 le16_to_cpu(ra->client_free_list)); in dump_restart_areas_area() 391 (s16)le16_to_cpu(ra->client_in_use_list), in dump_restart_areas_area() 392 le16_to_cpu(ra in dump_restart_areas_area() 488 RESTART_AREA *ra; dump_restart_areas() local [all...] |
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.h | 137 explicit MemOperand(Register ra, Register rb); 139 explicit MemOperand(Register ra, Register rb, int64_t offset); 144 Register ra() const { return ra_; } in ra() function in v8::internal::MemOperand 322 inline void name(const Register rt, const Register ra, const Register rb, \ 324 x_form(instr_name, rt, ra, rb, rc); \ 328 inline void name(const Register ra, const Register rs, const Register rb, \ 330 x_form(instr_name, rs, ra, rb, rc); \ 341 inline void name(const R rt, const Register ra, const Register rb, \ 343 x_form(instr_name, rt.code(), ra.code(), rb.code(), rc); \ 347 name(dst, src.ra(), sr 384 x_form(Instr instr, Register rs, Register ra, Register rb, RCBit rc) x_form() argument 388 x_form(Instr instr, Register ra, Register rs, Register rb, EHBit eh = SetEH) x_form() argument 418 Register ra = src.ra(); lwax() local 426 extsw(Register rs, Register ra, RCBit rc = LeaveRC) extsw() argument 541 vx_form(Instr instr, Simd128Register rt, Simd128Register ra, Simd128Register rb) vx_form() argument 583 va_form(Instr instr, Simd128Register rt, Simd128Register ra, Simd128Register rb, Simd128Register rc) va_form() argument 598 vc_form(Instr instr, Simd128Register rt, Simd128Register ra, Simd128Register rb, int rc) vc_form() argument 666 int ra = (xinstr & 0x1f0000) >> 16; cmpi_optimization() local 775 isel(Condition cond, Register rt, Register ra, Register rb, CRegister cr = cr7) isel() argument [all...] |
H A D | assembler-ppc.cc | 199 MemOperand::MemOperand(Register ra, Register rb) in MemOperand() argument 200 : ra_(ra), offset_(0), rb_(rb) {} in MemOperand() 202 MemOperand::MemOperand(Register ra, Register rb, int64_t offset) in MemOperand() argument 203 : ra_(ra), offset_(offset), rb_(rb) {} in MemOperand() 619 void Assembler::d_form(Instr instr, Register rt, Register ra, in d_form() argument 634 emit(instr | rt.code() * B21 | ra.code() * B16 | (kImm16Mask & val)); in d_form() 637 void Assembler::xo_form(Instr instr, Register rt, Register ra, Register rb, in xo_form() argument 639 emit(instr | rt.code() * B21 | ra.code() * B16 | rb.code() * B11 | o | r); in xo_form() 642 void Assembler::md_form(Instr instr, Register ra, Register rs, int shift, in md_form() argument 649 emit(instr | rs.code() * B21 | ra in md_form() 653 mds_form(Instr instr, Register ra, Register rs, Register rb, int maskbit, RCBit r) mds_form() argument 730 xoris(Register ra, Register rs, const Operand& imm) xoris() argument 734 rlwinm(Register ra, Register rs, int sh, int mb, int me, RCBit rc) rlwinm() argument 743 rlwnm(Register ra, Register rs, Register rb, int mb, int me, RCBit rc) rlwnm() argument 751 rlwimi(Register ra, Register rs, int sh, int mb, int me, RCBit rc) rlwimi() argument 782 rotlw(Register ra, Register rs, Register rb, RCBit r) rotlw() argument 786 rotlwi(Register ra, Register rs, int sh, RCBit r) rotlwi() argument 790 rotrwi(Register ra, Register rs, int sh, RCBit r) rotrwi() argument 883 andi(Register ra, Register rs, const Operand& imm) andi() argument 887 andis(Register ra, Register rs, const Operand& imm) andis() argument 891 ori(Register ra, Register rs, const Operand& imm) ori() argument 951 isel(Register rt, Register ra, Register rb, int cb) isel() argument 1028 neg(Register rt, Register ra, OEBit o, RCBit r) neg() argument 1066 rldic(Register ra, Register rs, int sh, int mb, RCBit r) rldic() argument 1070 rldicl(Register ra, Register rs, int sh, int mb, RCBit r) rldicl() argument 1074 rldcl(Register ra, Register rs, Register rb, int mb, RCBit r) rldcl() argument 1078 rldicr(Register ra, Register rs, int sh, int me, RCBit r) rldicr() argument 1104 rldimi(Register ra, Register rs, int sh, int mb, RCBit r) rldimi() argument 1108 sradi(Register ra, Register rs, int sh, RCBit r) sradi() argument 1116 rotld(Register ra, Register rs, Register rb, RCBit r) rotld() argument 1120 rotldi(Register ra, Register rs, int sh, RCBit r) rotldi() argument 1124 rotrdi(Register ra, Register rs, int sh, RCBit r) rotrdi() argument 1636 dcbf(Register ra, Register rb) dcbf() argument 1644 icbi(Register ra, Register rb) icbi() argument 1654 Register ra = src.ra(); lfd() local 1664 Register ra = src.ra(); lfdu() local 1674 Register ra = src.ra(); lfs() local 1684 Register ra = src.ra(); lfsu() local 1694 Register ra = src.ra(); stfd() local 1704 Register ra = src.ra(); stfdu() local 1714 Register ra = src.ra(); stfs() local 1724 Register ra = src.ra(); stfsu() local 1909 mfvsrd(const Register ra, const Simd128Register rs) mfvsrd() argument 1914 mfvsrwz(const Register ra, const Simd128Register rs) mfvsrwz() argument 1919 mtvsrd(const Simd128Register rt, const Register ra) mtvsrd() argument 1924 mtvsrdd(const Simd128Register rt, const Register ra, const Register rb) mtvsrdd() argument [all...] |
/third_party/musl/src/fenv/mips64/ |
H A D | fenv.S | 13 jr $ra 23 jr $ra 31 jr $ra 38 jr $ra 50 jr $ra 58 jr $ra 69 jr $ra
|
/third_party/musl/src/fenv/mips/ |
H A D | fenv.S | 13 jr $ra 23 jr $ra 31 jr $ra 38 jr $ra 50 jr $ra 58 jr $ra 69 jr $ra
|
/third_party/musl/src/fenv/mipsn32/ |
H A D | fenv.S | 12 jr $ra 22 jr $ra 30 jr $ra 37 jr $ra 49 jr $ra 57 jr $ra 68 jr $ra
|
/third_party/libwebsockets/lib/roles/netlink/ |
H A D | ops-netlink.c | 107 struct rtattr *ra; in rops_handle_POLLIN_netlink() local 189 ra = (struct rtattr *)IFA_RTA(ifam); in rops_handle_POLLIN_netlink() 210 ra = (struct rtattr *)RTM_RTA(rm); in rops_handle_POLLIN_netlink() 225 ra = (struct rtattr *)RTM_RTA(rm); in rops_handle_POLLIN_netlink() 227 for ( ; RTA_OK(ra, ra_len); ra = RTA_NEXT(ra, ra_len)) { in rops_handle_POLLIN_netlink() 228 lwsl_cx_netlink(cx, "atr %d", ra->rta_type); in rops_handle_POLLIN_netlink() 229 switch (ra->rta_type) { in rops_handle_POLLIN_netlink() 232 ra in rops_handle_POLLIN_netlink() [all...] |
/third_party/musl/src/thread/mips64/ |
H A D | syscall_cp.s | 35 1: jr $ra 40 move $2, $ra 47 1: ld $3, ($ra) 48 dsubu $3, $ra, $3 49 ld $25, 8($ra) 52 move $ra, $2
|
/third_party/musl/src/thread/mipsn32/ |
H A D | syscall_cp.s | 35 1: jr $ra 40 move $2, $ra 46 1: lw $3, 0($ra) 47 subu $3, $ra, $3 48 lw $25, 4($ra) 51 move $ra, $2
|
/third_party/musl/src/thread/mips/ |
H A D | syscall_cp.s | 39 1: jr $ra 43 move $2, $ra 48 1: lw $3, ($ra) 49 subu $3, $ra, $3 50 lw $25, 4($ra) 53 move $ra, $2
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | s390xcpuid.pl | 24 $ra="%r14"; 52 br $ra 158 br $ra 171 br $ra 175 br $ra 188 br $ra 208 br $ra 243 br $ra 270 br $ra 286 br $ra [all...] |
/third_party/openssl/crypto/ |
H A D | s390xcpuid.pl | 24 $ra="%r14"; 52 br $ra 158 br $ra 171 br $ra 175 br $ra 188 br $ra 208 br $ra 243 br $ra 270 br $ra 286 br $ra [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 248 my ($f,$ra,$rs,$n,$b) = @_; 250 " rldicl $ra,$rs,$b,$n"; 261 my ($f,$idx,$ra) = @_; 263 " or $ra,$ra,$ra"; 265 " mtspr $idx,$ra"; 279 my ($f, $vrt, $ra, $rb, $op) = @_; 280 " .long ".sprintf "0x%X",(31<<26)|($vrt<<21)|($ra<<16)|($rb<<11)|($op*2+1); 344 my ($f, $vrt, $ra) [all...] |
/third_party/openssl/crypto/perlasm/ |
H A D | ppc-xlate.pl | 248 my ($f,$ra,$rs,$n,$b) = @_; 250 " rldicl $ra,$rs,$b,$n"; 261 my ($f,$idx,$ra) = @_; 263 " or $ra,$ra,$ra"; 265 " mtspr $idx,$ra"; 279 my ($f, $vrt, $ra, $rb, $op) = @_; 280 " .long ".sprintf "0x%X",(31<<26)|($vrt<<21)|($ra<<16)|($rb<<11)|($op*2+1); 344 my ($f, $vrt, $ra) [all...] |
/third_party/musl/src/fenv/loongarch64/ |
H A D | fenv.S | 18 jr $ra 29 jr $ra 38 jr $ra 45 jr $ra 58 jr $ra 66 jr $ra 76 jr $ra
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 123 nir_ssa_def *ra = nir_f2f64(b, nir_frcp(b, nir_f2f32(b, src_norm))); in lower_rcp() local 128 nir_ssa_def *new_exp = nir_isub(b, get_exponent(b, ra), in lower_rcp() 132 ra = set_exponent(b, ra, new_exp); in lower_rcp() 149 ra = nir_ffma(b, nir_fneg(b, ra), nir_ffma(b, ra, src, nir_imm_double(b, -1)), ra); in lower_rcp() 150 ra = nir_ffma(b, nir_fneg(b, ra), nir_ffm in lower_rcp() 187 nir_ssa_def *ra = nir_f2f64(b, nir_frsq(b, nir_f2f32(b, src_norm))); lower_sqrt_rsq() local [all...] |
/third_party/musl/src/ldso/mipsn32/ |
H A D | dlsym.s | 9 move $6, $ra 12 sd $ra, 16($sp) 15 ld $ra, 16($sp) 16 jr $ra
|
/third_party/musl/src/ldso/mips64/ |
H A D | dlsym.s | 9 move $6, $ra 12 sd $ra, 24($sp) 15 ld $ra, 24($sp) 16 jr $ra
|