Searched refs:_POST (Results 1 – 12 of 12) sorted by relevance
/external/llvm/lib/Target/AArch64/ |
D | AArch64SchedA57.td | 175 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 …]
|
D | 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 …]
|
D | 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 …]
|
D | AArch64InstrFormats.td | 7762 (!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/ |
D | 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"];
|
D | add-free.php | 10 if (isset($_POST["id"])) 11 $id = preg_replace("/[^a-fA-F0-9]/", "", $_POST["id"]);
|
D | users.php | 103 $osu_user = $_POST["osu_user"]; 104 $osu_password = $_POST["osu_password"];
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
D | wsgiwrappers.py | 201 def _POST(self): member in WSGIRequest 220 params = self._POST() 244 params.update(self._POST())
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
D | differences.txt | 647 ``$_POST``, ``$_GET``, ``$_FILES`` 653 multiple values. For instance ``$_POST['name[]']``, which will be an
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 1387 (instregex "LD(RB|R)(_|T_)(POST|PRE)_(IMM|REG)", "LDRH(_PRE|_POST)", 1391 (instregex "LDR(SH|SB)(_POST|_PRE)", "t2LDR(SH|SB)(_POST|_PRE)",
|
D | ARMInstrInfo.td | 2564 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,
|
D | ARMInstrThumb2.td | 3942 def _POST: T2CI<op31_28,
|