Home
last modified time | relevance | path

Searched refs:F20 (Results 1 – 25 of 120) sorted by relevance

12345

/external/llvm/test/CodeGen/Mips/cconv/
Dcallee-saved-fpxx1.ll21 ; O32-FPXX-DAG: sdc1 [[F20:\$f20]], [[OFF20:[0-9]+]]($sp)
22 ; O32-FPXX-DAG: ldc1 [[F20]], [[OFF20]]($sp)
Dcallee-saved-float.ll57 ; O32-DAG: sdc1 [[F20:\$f20]], [[OFF20:[0-9]+]]($sp)
63 ; O32-DAG: ldc1 [[F20]], [[OFF20]]($sp)
76 ; N32-DAG: sdc1 [[F20:\$f20]], [[OFF20:[0-9]+]]($sp)
82 ; N32-DAG: ldc1 [[F20]], [[OFF20]]($sp)
Dcallee-saved-fpxx.ll46 ; O32-FPXX-DAG: sdc1 [[F20:\$f20]], [[OFF20:[0-9]+]]($sp)
52 ; O32-FPXX-DAG: ldc1 [[F20]], [[OFF20]]($sp)
/external/mdnsresponder/
DmDNSResponder.sln46 …-00A0C91BC942}") = "Java", "mDNSWindows\Java\Java.vcproj", "{9CE2568A-3170-41C6-9F20-A0188A9EC114}"
53 {9CE2568A-3170-41C6-9F20-A0188A9EC114} = {9CE2568A-3170-41C6-9F20-A0188A9EC114}
252 {9CE2568A-3170-41C6-9F20-A0188A9EC114}.Debug|Any CPU.ActiveCfg = Debug|x64
253 {9CE2568A-3170-41C6-9F20-A0188A9EC114}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
254 {9CE2568A-3170-41C6-9F20-A0188A9EC114}.Debug|Mixed Platforms.Build.0 = Debug|x64
255 {9CE2568A-3170-41C6-9F20-A0188A9EC114}.Debug|Win32.ActiveCfg = Debug|Win32
256 {9CE2568A-3170-41C6-9F20-A0188A9EC114}.Debug|Win32.Build.0 = Debug|Win32
257 {9CE2568A-3170-41C6-9F20-A0188A9EC114}.Debug|x64.ActiveCfg = Debug|x64
258 {9CE2568A-3170-41C6-9F20-A0188A9EC114}.Debug|x64.Build.0 = Debug|x64
259 {9CE2568A-3170-41C6-9F20-A0188A9EC114}.Release|Any CPU.ActiveCfg = Release|x64
[all …]
/external/libopus/src/
Dopus_decoder.c247 int F2_5, F5, F10, F20; in opus_decode_frame() local
255 F20 = st->Fs/50; in opus_decode_frame()
256 F10 = F20>>1; in opus_decode_frame()
296 if (audiosize > F20) in opus_decode_frame()
299 int ret = opus_decode_frame(st, NULL, 0, pcm, IMIN(audiosize, F20), 0); in opus_decode_frame()
310 } else if (audiosize < F20) in opus_decode_frame()
519 int celt_frame_size = IMIN(F20, frame_size); in opus_decode_frame()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCCallingConv.td289 F19, F20, F21, F22, F23, F24, F25, F26,
301 F19, F20, F21, F22, F23, F24, F25, F26,
315 F19, F20, F21, F22, F23, F24, F25, F26,
322 F19, F20, F21, F22, F23, F24, F25, F26,
331 F19, F20, F21, F22, F23, F24, F25, F26,
338 F19, F20, F21, F22, F23, F24, F25, F26,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td181 def F20 : Rf<20, "F20">, DwarfRegNum<[52]>;
205 def D10 : Rd<20, "F20", [F20, F21]>, DwarfRegNum<[82]>;
271 def Q5 : Rq<20, "F20", [D10, D11]>;
/external/llvm/lib/Target/Sparc/
DSparcRegisterInfo.td182 def F20 : Rf<20, "F20">, DwarfRegNum<[52]>;
206 def D10 : Rd<20, "F20", [F20, F21]>, DwarfRegNum<[82]>;
272 def Q5 : Rq<20, "F20", [D10, D11]>;
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td225 F19, F20, F21, F22, F23, F24, F25, F26,
234 F19, F20, F21, F22, F23, F24, F25, F26,
243 F19, F20, F21, F22, F23, F24, F25, F26,
252 F19, F20, F21, F22, F23, F24, F25, F26,
/external/autotest/server/site_tests/tast/
Dcontrol.dutserver5 # This tests will only run in the CFT/F20 environment.
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenRegisterInfo.inc61 F20 = 41,
1222 { PPC::F20 },
1336 …PPC::F27, PPC::F26, PPC::F25, PPC::F24, PPC::F23, PPC::F22, PPC::F21, PPC::F20, PPC::F19, PPC::F18…
1386 …PPC::F27, PPC::F26, PPC::F25, PPC::F24, PPC::F23, PPC::F22, PPC::F21, PPC::F20, PPC::F19, PPC::F18…
1446 …PPC::F27, PPC::F26, PPC::F25, PPC::F24, PPC::F23, PPC::F22, PPC::F21, PPC::F20, PPC::F19, PPC::F18…
1496 …PPC::F27, PPC::F26, PPC::F25, PPC::F24, PPC::F23, PPC::F22, PPC::F21, PPC::F20, PPC::F19, PPC::F18…
2358 { PPC::F20, 52U },
2633 { PPC::F20, 52U },
2911 { PPC::F20, 52U },
3186 { PPC::F20, 52U },
[all …]
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp87 PPC::F20, PPC::F21, PPC::F22, PPC::F23,
129 PPC::F20, PPC::F21, PPC::F22, PPC::F23,
149 PPC::F20, PPC::F21, PPC::F22, PPC::F23,
/external/libxkbcommon/test/data/keycodes/
Devdev-xkbcommon191 <F20> = 190;
376 alias <FK20> = <F20>;
/external/icu/icu4c/source/data/unidata/norm2/
Dnfc.txt1093 1F20=03B7 0313
1095 1F22=1F20 0300
1097 1F24=1F20 0301
1099 1F26=1F20 0342
1195 1F90=1F20 0345
/external/cronet/third_party/icu/source/data/unidata/norm2/
Dnfc.txt1093 1F20=03B7 0313
1095 1F22=1F20 0300
1097 1F24=1F20 0301
1099 1F26=1F20 0342
1195 1F90=1F20 0345
/external/pcre/src/sljit/
DsljitNativeS390X.c129 #define F20(r) (R20A((sljit_ins)freg_map[r])) macro
1732 FAIL_IF(push_inst(compiler, 0x60000000 /* std */ | F20(i) | R12A(r15) | (sljit_ins)offset)); in sljit_emit_enter()
1737 FAIL_IF(push_inst(compiler, 0x60000000 /* std */ | F20(i) | R12A(r15) | (sljit_ins)offset)); in sljit_emit_enter()
1841 FAIL_IF(push_inst(compiler, 0x68000000 /* ld */ | F20(i) | R12A(r15) | (sljit_ins)offset)); in emit_stack_frame_release()
1846 FAIL_IF(push_inst(compiler, 0x68000000 /* ld */ | F20(i) | R12A(r15) | (sljit_ins)offset)); in emit_stack_frame_release()
3128 …return push_inst(compiler, ins | F20(reg) | R16A(addr.index) | R12A(addr.base) | (sljit_ins)addr.o… in float_mem()
/external/icu/icu4c/source/data/sprep/
Drfc3920node.txt1047 1F28; 1F20; MAP
1101 1F90; 1F20 03B9; MAP
1109 1F98; 1F20 03B9; MAP
Drfc3722.txt1047 1F28; 1F20; MAP
1101 1F90; 1F20 03B9; MAP
1109 1F98; 1F20 03B9; MAP
Drfc3491.txt1047 1F28; 1F20; MAP
1101 1F90; 1F20 03B9; MAP
1109 1F98; 1F20 03B9; MAP
/external/cronet/third_party/icu/source/test/testdata/
Dnfs4_mixed_prep_s.txt1037 1F28; 1F20; MAP
1091 1F90; 1F20 03B9; MAP
1099 1F98; 1F20 03B9; MAP
/external/cronet/third_party/icu/source/data/sprep/
Drfc3530csci.txt1046 1F28; 1F20; MAP
1100 1F90; 1F20 03B9; MAP
1108 1F98; 1F20 03B9; MAP
Drfc3491.txt1047 1F28; 1F20; MAP
1101 1F90; 1F20 03B9; MAP
1109 1F98; 1F20 03B9; MAP
Drfc3722.txt1047 1F28; 1F20; MAP
1101 1F90; 1F20 03B9; MAP
1109 1F98; 1F20 03B9; MAP
Drfc4518ci.txt1014 1F28; 1F20; MAP
1068 1F90; 1F20 03B9; MAP
1076 1F98; 1F20 03B9; MAP
/external/icu/icu4c/source/test/testdata/
Dnfs4_cs_prep_ci.txt1037 1F28; 1F20; MAP
1091 1F90; 1F20 03B9; MAP
1099 1F98; 1F20 03B9; MAP

12345