OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:no_ops
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/opcodes/
s390-mkopc.c
60
int
no_ops
;
variable
67
no_ops
= 0;
81
while (
no_ops
>= max_ops)
106
for (ix = 0; ix <
no_ops
; ix++)
109
for (k =
no_ops
; k > ix; k--)
118
no_ops
++;
303
for (ix = 0; ix <
no_ops
; ix++)
315
if (ix <
no_ops
-1)
/art/disassembler/
disassembler_x86.h
38
std::string DumpAddress(uint8_t mod, uint8_t rm, uint8_t rex64, uint8_t rex_w, bool
no_ops
,
disassembler_x86.cc
161
bool
no_ops
, bool byte_operand, bool byte_second_operand,
226
if (!
no_ops
) {
308
bool
no_ops
= false;
local
907
no_ops
= true;
[
all
...]
Completed in 55 milliseconds