/external/llvm/lib/Target/AArch64/ |
AArch64SchedA57.td | 144 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1i(8|16|32)_POST$")>; 146 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1i(64)_POST$")>; 149 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1Rv(8b|4h|2s)_POST$")>; 151 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Rv(1d)_POST$")>; 153 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1Rv(16b|8h|4s|2d)_POST$")>; 156 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Onev(8b|4h|2s|1d)_POST$")>; 158 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Onev(16b|8h|4s|2d)_POST$")>; 160 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Twov(8b|4h|2s|1d)_POST$")>; 162 def : InstRW<[A57Write_6cyc_2L, WriteAdr], (instregex "LD1Twov(16b|8h|4s|2d)_POST$")>; 164 def : InstRW<[A57Write_6cyc_2L, WriteAdr], (instregex "LD1Threev(8b|4h|2s|1d)_POST$")> [all...] |
AArch64SchedA53.td | 210 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD1i(8|16|32|64)_POST$")>; 211 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD1Rv(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>; 212 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD1Onev(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>; 213 def : InstRW<[A53WriteVLD2, WriteAdr], (instregex "LD1Twov(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>; 214 def : InstRW<[A53WriteVLD3, WriteAdr], (instregex "LD1Threev(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>; 215 def : InstRW<[A53WriteVLD4, WriteAdr], (instregex "LD1Fourv(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>; 221 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD2i(8|16|32|64)(_POST)?$")>; 222 def : InstRW<[A53WriteVLD1, WriteAdr], (instregex "LD2Rv(8b|4h|2s|1d|16b|8h|4s|2d)(_POST)?$")>; 223 def : InstRW<[A53WriteVLD2, WriteAdr], (instregex "LD2Twov(8b|4h|2s)(_POST)?$")>; 224 def : InstRW<[A53WriteVLD4, WriteAdr], (instregex "LD2Twov(16b|8h|4s|2d)(_POST)?$")> [all...] |
AArch64SchedCyclone.td | 636 (instregex "LD1Onev(8b|4h|2s|1d|16b|8h|4s|2d)_POST")>; 642 (instregex "LD1Twov(8b|4h|2s|1d)_POST")>; 646 (instregex "LD1Twov(16b|8h|4s|2d)_POST")>; 651 (instregex "LD1Threev(8b|4h|2s|1d)_POST")>; 655 (instregex "LD1Threev(16b|8h|4s|2d)_POST")>; 660 (instregex "LD1Fourv(8b|4h|2s|1d)_POST")>; 664 (instregex "LD1Fourv(16b|8h|4s|2d)_POST")>; 669 (instregex "LD1i(8|16|32)_POST")>; 677 (instregex "LD1Rv(8b|4h|2s|1d|16b|8h|4s|2d)_POST$")>; 682 (instregex "LD2Twov(8b|4h|2s)_POST$")> [all...] |
AArch64InstrFormats.td | [all...] |
/external/wpa_supplicant_8/hs20/server/www/ |
add-mo.php | 10 if (isset($_POST["id"])) 11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]); 15 $user = $_POST["user"]; 16 $pw = $_POST["password"];
|
add-free.php | 10 if (isset($_POST["id"])) 11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]);
|
users.php | 103 $osu_user = $_POST["osu_user"]; 104 $osu_password = $_POST["osu_password"];
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/bot/ |
commitannouncer.py | 71 self._post(commit_detail) 78 self._post('Commands available: %s' % ' '.join(self.commands.keys())) 184 def _post(self, message): member in class:CommitAnnouncer
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
message_pool.py | 272 self._post(name='done', args=(), from_user=False) 279 self._post(name, args, from_user=True) 286 def _post(self, name, args, from_user): member in class:_Worker 304 self._post(name='worker_exception', args=(exception_type, exception_value, stack), from_user=False)
|
/external/chromium_org/v8/src/arm64/ |
constants-arm64.h | 738 A##_##B##_post = LoadStorePairPostIndexFixed | A##_##B 837 A##B##_##C##_post = LoadStorePostIndexFixed | D [all...] |
disasm-arm64.cc | 783 case A##_post: mnemonic = B; form = C ", ['Xns]'ILS"; break; 884 case A##_post: mnemonic = B; form = C ", ['Xns]'ILP" D; break; [all...] |
/external/vixl/src/a64/ |
constants-a64.h | 620 A##_##B##_post = LoadStorePairPostIndexFixed | A##_##B 719 A##B##_##C##_post = LoadStorePostIndexFixed | D [all...] |
disasm-a64.cc | 790 case A##_post: mnemonic = B; form = C ", ['Xns]'ILS"; break; 891 case A##_post: mnemonic = B; form = C ", ['Xns]'ILP" D; break; [all...] |
/external/llvm/lib/Target/ARM/ |
ARMScheduleSwift.td | [all...] |
ARMInstrInfo.td | [all...] |
ARMInstrThumb2.td | [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 76 $this->data = $_POST + $_GET; # OPs may send data as POST or GET.
|
/external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/ |
compact_lang_det_generated_deltaoctachrome.cc | 385 { {0x63f43031,0x63eb80df,0xf2fc907f,0x00000000}}, // _posté_, _sortu_, _beaga_, [all...] |
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/ |
commons-collections-3.2.1.jar | |