Searched refs:idesc (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/x64/ |
D | disasm-x64.cc | 2096 const InstructionDesc& idesc = cmov_instructions[condition]; in TwoByteOpcodeInstruction() local 2097 byte_size_operand_ = idesc.byte_size_operation; in TwoByteOpcodeInstruction() 2098 current += PrintOperands(idesc.mnem, idesc.op_order_, current); in TwoByteOpcodeInstruction() 2284 const InstructionDesc& idesc = instruction_table_->Get(current); in InstructionDecode() local 2285 byte_size_operand_ = idesc.byte_size_operation; in InstructionDecode() 2286 switch (idesc.type) { in InstructionDecode() 2295 AppendToBuffer("%s%c", idesc.mnem, operand_size_code()); in InstructionDecode() 2297 AppendToBuffer("%s%c", idesc.mnem, operand_size_code()); in InstructionDecode() 2304 data += PrintOperands(idesc.mnem, idesc.op_order_, data); in InstructionDecode() 2312 AppendToBuffer("%s%c %s", idesc.mnem, operand_size_code(), in InstructionDecode() [all …]
|
/external/v8/src/x87/ |
D | disasm-x87.cc | 957 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode() local 958 switch (idesc.type) { in InstructionDecode() 960 AppendToBuffer("%s", idesc.mnem); in InstructionDecode() 966 data += PrintOperands(idesc.mnem, idesc.op_order_, data); in InstructionDecode() 974 AppendToBuffer("%s %s", idesc.mnem, NameOfCPURegister(*data & 0x07)); in InstructionDecode() 989 AppendToBuffer("%s %s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode() 996 AppendToBuffer("%s eax,%s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode() 1002 AppendToBuffer("%s al,0x%x", idesc.mnem, data[1]); in InstructionDecode()
|
/external/v8/src/ia32/ |
D | disasm-ia32.cc | 1282 const InstructionDesc& idesc = instruction_table_->Get(*data); in InstructionDecode() local 1283 switch (idesc.type) { in InstructionDecode() 1285 AppendToBuffer("%s", idesc.mnem); in InstructionDecode() 1291 data += PrintOperands(idesc.mnem, idesc.op_order_, data); in InstructionDecode() 1299 AppendToBuffer("%s %s", idesc.mnem, NameOfCPURegister(*data & 0x07)); in InstructionDecode() 1314 AppendToBuffer("%s %s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode() 1322 AppendToBuffer("%s eax,%s", idesc.mnem, NameOfAddress(addr)); in InstructionDecode() 1328 AppendToBuffer("%s al,0x%x", idesc.mnem, data[1]); in InstructionDecode()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 502 CallInterfaceDescriptor idesc = in StackCheck() local 505 jsgraph()->isolate(), jsgraph()->zone(), idesc, 0, in StackCheck()
|