Home
last modified time | relevance | path

Searched refs:_POST (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64SchedA57.td175 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1i(8|16|32)_POST$")>;
177 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1i(64)_POST$")>;
180 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1Rv(8b|4h|2s)_POST$")>;
182 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Rv(1d)_POST$")>;
184 def : InstRW<[A57Write_8cyc_1L_1V, WriteAdr], (instregex "LD1Rv(16b|8h|4s|2d)_POST$")>;
187 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Onev(8b|4h|2s|1d)_POST$")>;
189 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Onev(16b|8h|4s|2d)_POST$")>;
191 def : InstRW<[A57Write_5cyc_1L, WriteAdr], (instregex "LD1Twov(8b|4h|2s|1d)_POST$")>;
193 def : InstRW<[A57Write_6cyc_2L, WriteAdr], (instregex "LD1Twov(16b|8h|4s|2d)_POST$")>;
195 def : InstRW<[A57Write_6cyc_2L, WriteAdr], (instregex "LD1Threev(8b|4h|2s|1d)_POST$")>;
[all …]
DAArch64SchedA53.td210 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 …]
DAArch64SchedCyclone.td636 (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 …]
DAArch64InstrFormats.td7762 (!cast<Instruction>(NAME # Count # "v" # layout # "_POST")
7772 (!cast<Instruction>(NAME # Count # "v" # layout # "_POST")
7791 (!cast<Instruction>(NAME # Count # "v" # layout # "_POST")
8088 (!cast<Instruction>(NAME # "v" # layout # "_POST")
8098 (!cast<Instruction>(NAME # "v" # layout # "_POST")
8117 (!cast<Instruction>(NAME # "v" # layout # "_POST")
8495 (!cast<Instruction>(NAME # Type # "_POST")
8505 (!cast<Instruction>(NAME # Type # "_POST")
8524 (!cast<Instruction>(NAME # Type # "_POST")
/external/wpa_supplicant_8/hs20/server/www/
Dadd-mo.php10 if (isset($_POST["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]);
15 $user = $_POST["user"];
16 $pw = $_POST["password"];
Dadd-free.php10 if (isset($_POST["id"]))
11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]);
Dusers.php103 $osu_user = $_POST["osu_user"];
104 $osu_password = $_POST["osu_password"];
/external/chromium-trace/trace-viewer/third_party/Paste/paste/
Dwsgiwrappers.py201 def _POST(self): member in WSGIRequest
220 params = self._POST()
244 params.update(self._POST())
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Ddifferences.txt647 ``$_POST``, ``$_GET``, ``$_FILES``
653 multiple values. For instance ``$_POST['name[]']``, which will be an
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td1387 (instregex "LD(RB|R)(_|T_)(POST|PRE)_(IMM|REG)", "LDRH(_PRE|_POST)",
1391 (instregex "LDR(SH|SB)(_POST|_PRE)", "t2LDR(SH|SB)(_POST|_PRE)",
DARMInstrInfo.td2564 def _POST : AI3ldstidx<op, 1, 0, (outs GPR:$Rt, GPR:$Rn_wb),
4826 def _POST: ACI<(outs), (ins p_imm:$cop, c_imm:$CRd, addr_offset_none:$addr,
4897 def _POST: ACInoP<(outs), (ins p_imm:$cop, c_imm:$CRd, addr_offset_none:$addr,
DARMInstrThumb2.td3942 def _POST: T2CI<op31_28,