OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byte_operand
(Results
1 - 2
of
2
) sorted by null
/art/disassembler/
disassembler_x86.cc
69
bool
byte_operand
, uint8_t size_override) {
72
if (
byte_operand
) {
84
bool
byte_operand
, uint8_t size_override, RegFile reg_file) {
86
DumpReg0(os, rex, reg,
byte_operand
, size_override);
95
bool
byte_operand
, uint8_t size_override, RegFile reg_file) {
98
DumpAnyReg(os, rex, reg_num,
byte_operand
, size_override, reg_file);
102
bool
byte_operand
, uint8_t size_override, RegFile reg_file) {
105
DumpAnyReg(os, rex, reg_num,
byte_operand
, size_override, reg_file);
123
bool
byte_operand
, uint8_t size_override) {
126
DumpReg0(os, rex, reg_num,
byte_operand
, size_override)
300
bool
byte_operand
= false; \/\/ true when the opcode is dealing with byte operands
local
[
all
...]
disassembler_x86.h
39
bool
byte_operand
, bool byte_second_operand, uint8_t* prefix, bool load,
Completed in 2521 milliseconds