Searched refs:LODSB (Results 1 – 12 of 12) sorted by relevance
/external/syslinux/core/lzo/ |
D | lzo1c_d.ash | 80 LODSB 103 LODSB 122 LODSB
|
D | lzo1f_d.ash | 45 LODSB 133 LODSB
|
D | lzo1x_d.ash | 89 LODSB 126 LODSB 294 LODSB
|
D | lzo_asm.h | 216 #define LODSB movb (%esi),%al ; incl %esi macro
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.td | 1975 def LODSB : I<0xAC, RawFrmSrc, (outs), (ins srcidx8:$src), 2755 def : InstAlias<"lodsb\t$src", (LODSB srcidx8:$src), 0>; 2759 def : InstAlias<"lods\t{$src, %al|al, $src}", (LODSB srcidx8:$src), 0>; 2763 def : InstAlias<"lods\t$src", (LODSB srcidx8:$src), 0>;
|
D | X86SchedHaswell.td | 974 // LODSB/W.
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.td | 1247 def LODSB : I<0xAC, RawFrm, (outs), (ins), "lodsb", []>;
|
D | X86GenAsmWriter.inc | 1181 4660U, // LODSB 5954 "LOCK_XOR64mi8\000LOCK_XOR64mr\000LOCK_XOR8mi\000LOCK_XOR8mr\000LODSB\000"
|
D | X86GenAsmWriter1.inc | 1181 3464U, // LODSB 6697 "LOCK_XOR64mi8\000LOCK_XOR64mr\000LOCK_XOR8mi\000LOCK_XOR8mr\000LODSB\000"
|
D | X86GenInstrInfo.inc | 1184 LODSB = 1168, 5352 …{ 1168, 0, 0, 0, 0, "LODSB", 0|(1<<MCID::UnmodeledSideEffects), 0x158000001ULL, NULL, NULL, 0 }, …
|
D | X86GenAsmMatcher.inc | 3771 { X86::LODSB, "lodsb", Convert, { }, 0},
|
D | X86GenDisassemblerTables.inc | 14035 "LODSB" 47700 0x490 /* LODSB*/ 54727 0x490 /* LODSB*/ 61884 0x490 /* LODSB*/ 69049 0x490 /* LODSB*/ 76214 0x490 /* LODSB*/ 83246 0x490 /* LODSB*/ 90265 0x490 /* LODSB*/ 97284 0x490 /* LODSB*/ 104303 0x490 /* LODSB*/ [all …]
|