Searched refs:ra (Results 1 - 25 of 174) sorted by relevance

1234567

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp1.cpp13 int (&ra)[3] = a;
14 ra[1] = i;
H A Dp5-examples.cpp19 // CHECK: VarDecl{{.*}}ra 'struct A &'
21 A &ra = b; local
/external/llvm/test/MC/Mips/
H A Delf-gprel-32-64.s31 .frame $sp,0,$ra
60 jr $ra
63 jr $ra
66 jr $ra
69 jr $ra
H A Delf-tls.s24 .frame $sp,24,$ra
34 sw $ra, 20($sp) # 4-byte Folded Spill
40 lw $ra, 20($sp) # 4-byte Folded Reload
41 jr $ra
56 .frame $sp,24,$ra
66 sw $ra, 20($sp) # 4-byte Folded Spill
72 lw $ra, 20($sp) # 4-byte Folded Reload
73 jr $ra
88 .frame $sp,24,$ra
98 sw $ra, 2
[all...]
H A Ddo_switch1.s19 .frame $sp,8,$ra
35 jr $ra
46 jr $ra
50 jr $ra
54 jr $ra
58 jr $ra
H A Ddo_switch2.s18 .frame $sp,8,$ra
36 jr $ra
48 jr $ra
52 jr $ra
56 jr $ra
60 jr $ra
H A Ddo_switch3.s18 .frame $sp,16,$ra
37 jr $ra
53 jr $ra
57 jr $ra
61 jr $ra
65 jr $ra
H A Delf-N64.s26 .frame $sp,16,$ra
34 sd $ra, 8($sp) # 8-byte Folded Spill
46 ld $ra, 8($sp) # 8-byte Folded Reload
48 jr $ra
H A Dmips_gprel16.s25 .frame $sp,0,$ra
34 jr $ra
49 .frame $sp,0,$ra
58 jr $ra
H A Dxgot.s28 .frame $sp,24,$ra
38 sw $ra, 20($sp) # 4-byte Folded Spill
50 lw $ra, 20($sp) # 4-byte Folded Reload
51 jr $ra
H A Dmicromips-loadstore-instructions.s30 # CHECK-EL: lwm32 $16, $17, $18, $19, $ra, 8($4) # encoding: [0x84,0x22,0x08,0x50]
31 # CHECK-EL: lwm32 $16, $17, $18, $19, $20, $21, $22, $23, $fp, $ra, 8($4) # encoding: [0x24,0x23,0x08,0x50]
32 # CHECK-EL: lwm32 $16, $17, $18, $19, $20, $21, $22, $23, $fp, $ra, 8($4) # encoding: [0x24,0x23,0x08,0x50]
35 # CHECK-EL: lwm16 $16, $17, $ra, 8($sp) # encoding: [0x12,0x45]
36 # CHECK-EL: swm16 $16, $17, $ra, 8($sp) # encoding: [0x52,0x45]
37 # CHECK-EL: lwm16 $16, $17, $ra, 8($sp) # encoding: [0x12,0x45]
38 # CHECK-EL: lwm32 $16, $17, $ra, 64($sp) # encoding: [0x5d,0x22,0x40,0x50]
39 # CHECK-EL: lwm32 $16, $17, $ra, 8($4) # encoding: [0x44,0x22,0x08,0x50]
41 # CHECK-EL: swm16 $16, $17, $ra, 8($sp) # encoding: [0x52,0x45]
42 # CHECK-EL: swm32 $16, $17, $ra, 6
[all...]
H A Dr-mips-got-disp.s19 .frame $sp,16,$ra
27 sd $ra, 8($sp) # 8-byte Folded Spill
40 ld $ra, 8($sp) # 8-byte Folded Reload
41 jr $ra
H A Dset-push-pop-directives.s15 .set at=$ra # Test the ATReg option.
37 # CHECK: lui $ra, 1
38 # CHECK: addu $ra, $ra, $1
39 # CHECK: lw $1, 0($ra)
H A Dmicromips-jump-instructions.s16 # CHECK-EL: jalr $ra, $6 # encoding: [0xe6,0x03,0x3c,0x0f]
26 # CHECK-EL: jalrs $ra, $6 # encoding: [0xe6,0x03,0x3c,0x4f]
39 # CHECK-EB: jalr $ra, $6 # encoding: [0x03,0xe6,0x0f,0x3c]
49 # CHECK-EB: jalrs $ra, $6 # encoding: [0x03,0xe6,0x4f,0x3c]
58 jalr $ra, $6
63 jalrs $ra, $6
H A Dmips-pdr.s12 # ASMOUT: .frame $fp,16,$ra
50 .frame $fp,16,$ra
60 .frame $fp,16,$ra
H A Dmicromips-el-fixup-data.s23 jr $ra
/external/valgrind/VEX/priv/
H A Dguest_tilegx_toIR.c278 ULong cins, opcode = -1, rd, ra, rb, imm = 0; local
409 rd = ra = rb = -1;
419 /* Set the operands. rd, ra, rb and imm. */
424 else if (ra == -1)
425 ra = decoded[n].operand_values[opi];
427 if (ra == -1) {
428 ra = decoded[n].operand_values[opi];
471 assign(t2, getIReg(ra));
520 assign(t2, binop(Iop_Add64, getIReg(ra), getIReg(rb)));
525 assign(t2, binop(Iop_Add64, getIReg(ra),
[all...]
/external/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_ppc.h249 ppc_add(struct ppc_function *p, uint rt, uint ra, uint rb);
252 ppc_addi(struct ppc_function *p, uint rt, uint ra, int imm);
255 ppc_addis(struct ppc_function *p, uint rt, uint ra, int imm);
258 ppc_and(struct ppc_function *p, uint rt, uint ra, uint rb);
261 ppc_andi(struct ppc_function *p, uint rt, uint ra, int imm);
264 ppc_or(struct ppc_function *p, uint rt, uint ra, uint rb);
267 ppc_ori(struct ppc_function *p, uint rt, uint ra, int imm);
270 ppc_xor(struct ppc_function *p, uint rt, uint ra, uint rb);
273 ppc_xori(struct ppc_function *p, uint rt, uint ra, int imm);
276 ppc_mr(struct ppc_function *p, uint rt, uint ra);
[all...]
H A Drtasm_ppc.c454 unsigned ra:5; member in struct:x_inst::__anon11989
462 emit_x(struct ppc_function *p, uint op, uint vrs, uint ra, uint rb, uint op2, argument
468 inst.inst.ra = ra;
475 printf(format, vrs, ra, rb);
485 unsigned ra:5; member in struct:d_inst::__anon11990
491 emit_d(struct ppc_function *p, uint op, uint rt, uint ra, int si, argument
499 inst.inst.ra = ra;
505 printf(format, rt, si, ra);
550 unsigned ra:5; member in struct:xo_inst::__anon11992
559 emit_xo(struct ppc_function *p, uint op, uint rt, uint ra, uint rb, uint oe, uint op2, uint rc, const char *format) argument
864 ppc_addi(struct ppc_function *p, uint rt, uint ra, int imm) argument
871 ppc_addis(struct ppc_function *p, uint rt, uint ra, int imm) argument
878 ppc_add(struct ppc_function *p, uint rt, uint ra, uint rb) argument
885 ppc_and(struct ppc_function *p, uint rt, uint ra, uint rb) argument
892 ppc_andi(struct ppc_function *p, uint rt, uint ra, int imm) argument
900 ppc_or(struct ppc_function *p, uint rt, uint ra, uint rb) argument
907 ppc_ori(struct ppc_function *p, uint rt, uint ra, int imm) argument
915 ppc_xor(struct ppc_function *p, uint rt, uint ra, uint rb) argument
922 ppc_xori(struct ppc_function *p, uint rt, uint ra, int imm) argument
930 ppc_mr(struct ppc_function *p, uint rt, uint ra) argument
975 ppc_stwu(struct ppc_function *p, uint rs, uint ra, int d) argument
982 ppc_stw(struct ppc_function *p, uint rs, uint ra, int d) argument
989 ppc_lwz(struct ppc_function *p, uint rt, uint ra, int d) argument
1023 ppc_stfs(struct ppc_function *p, uint frs, uint ra, int offset) argument
1030 ppc_stfiwx(struct ppc_function *p, uint frs, uint ra, uint rb) argument
1037 ppc_lfs(struct ppc_function *p, uint frt, uint ra, int offset) argument
[all...]
/external/iproute2/etc/iproute2/
H A Drt_protos10 9 ra
/external/clang/test/SemaCXX/
H A Dreferences.cpp13 int (&ra)[3] = a;
14 ra[1] = i;
39 A& ra = b; // ra refers to A subobject in b local
H A Ddecl-init-ref.cpp25 A& ra = f(); // expected-error {{non-const lvalue reference to type 'A' cannot bind to a temporary of type 'B'}} local
/external/compiler-rt/lib/asan/
H A Dasan_posix.cc57 u32 ra = (inst >> 16) & 0x1F;
61 // stbu rs,d(ra) stbux rs,ra,rb
62 // sthu rs,d(ra) sthux rs,ra,rb
63 // stwu rs,d(ra) stwux rs,ra,rb
64 // stdu rs,ds(ra) stdux rs,ra,rb
65 // where ra i
[all...]
/external/tcpdump/
H A Dieee802_11.h254 u_int8_t ra[6]; member in struct:ctrl_rts_t
265 u_int8_t ra[6]; member in struct:ctrl_cts_t
274 u_int8_t ra[6]; member in struct:ctrl_ack_t
294 u_int8_t ra[6]; member in struct:ctrl_end_t
305 u_int8_t ra[6]; member in struct:ctrl_end_ack_t
316 u_int8_t ra[6]; member in struct:ctrl_ba_t
325 u_int8_t ra[6]; member in struct:ctrl_bar_t
/external/dhcpcd/
H A Ddhcpcd.h92 struct ra { struct
106 struct ra *next;
140 struct ra *ras;

Completed in 1108 milliseconds

1234567