Home
last modified time | relevance | path

Searched refs:s29 (Results 1 – 14 of 14) sorted by relevance

/external/clang/test/CodeGen/
Darm-arguments.c150 struct s29 { _Complex short f0; }; struct
151 struct s29 f29() {} in f29()
Daarch64-arguments.c118 struct s29 { int arr[4]; }; struct
119 void f29(struct s29 a) {} in f29()
Dx86_32-arguments-darwin.c127 struct s29 { struct { } a[1]; char b; char c; } f29(void) { while (1) {} } in f29() argument
/external/valgrind/main/none/tests/arm/
Dvfp.c1165 TESTINSN_bin_f32("vmla.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main()
1171 TESTINSN_bin_f32("vmla.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752)); in main()
1215 TESTINSN_bin_f32("vnmla.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main()
1221 TESTINSN_bin_f32("vnmla.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752.)); in main()
1265 TESTINSN_bin_f32("vmls.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main()
1271 TESTINSN_bin_f32("vmls.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752)); in main()
1315 TESTINSN_bin_f32("vnmls.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main()
1321 TESTINSN_bin_f32("vnmls.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752)); in main()
1365 TESTINSN_bin_f32("vmul.f32 s29, s15, s7", s29, s15, i32, f2u(214), s7, i32, f2u(1752065)); in main()
1371 TESTINSN_bin_f32("vmul.f32 s29, s25, s7", s29, s25, i32, f2u(-INFINITY), s7, i32, f2u(1752)); in main()
[all …]
Dvfp.stdout.exp652 vcvt.s32.f32 s15, s29 :: Sd 0xfffffff9 Sm (i32)0xc0e33333
713 vcvt.f64.f32 d17, s29 :: Dd 0xfff00000 0x00000000 Sm 0xff800000
840 vcmp.f32 s29 :: FPSCR 0x20000000 Sd 0x7f800000
849 vcmp.f32 s29 :: FPSCR 0x80000000 Sd 0xc403199a
857 vcmpe.f32 s29 :: FPSCR 0x20000000 Sd 0x7f800000
866 vcmpe.f32 s29 :: FPSCR 0x80000000 Sd 0xc403199a
978 vstmia r9, {s29} :: Result 0x0097001a
1203 s24 0x0099234f s25 0x00001aac s26 0x0003746c s28 0x0003746c s29 0x0099234f s30 0x00001aac
/external/v8/src/arm/
Dsimulator-arm.h141 s24, s25, s26, s27, s28, s29, s30, s31, enumerator
Dassembler-arm.h304 const SwVfpRegister s29 = { 29 }; variable
/external/chromium_org/v8/src/arm/
Dsimulator-arm.h141 s24, s25, s26, s27, s28, s29, s30, s31, enumerator
Dassembler-arm.h421 const SwVfpRegister s29 = { 29 }; variable
/external/v8/benchmarks/
Dregexp.js210 var s29 = computeInputVariants(str2, 81);
247 s29[i].replace(re17, '');
/external/chromium_org/v8/benchmarks/
Dregexp.js210 var s29 = computeInputVariants(str2, 81);
247 s29[i].replace(re17, '');
/external/llvm/test/MC/AArch64/
Dbasic-a64-instructions.s1706 fcmpe s29, s30
2981 ldp s29, s28, [sp, #252]
3029 ldp s29, s28, [sp], #252
3076 ldp s29, s28, [sp, #252]!
3117 ldnp s29, s28, [sp, #252]
/external/llvm/lib/Target/ARM/
DARMRegisterInfo.td95 def S28 : ARMFReg<28, "s28">; def S29 : ARMFReg<29, "s29">;
/external/llvm/test/MC/Disassembler/AArch64/
Dbasic-a64-instructions.txt1305 # CHECK: fcmpe s29, s30
2543 # CHECK: ldp s29, s28, [sp, #252]
2591 # CHECK: ldp s29, s28, [sp], #252
2639 # CHECK: ldp s29, s28, [sp, #252]!
2680 # CHECK: ldnp s29, s28, [sp, #252]