Searched defs:regop (Results 1 – 2 of 2) sorted by relevance
/external/webkit/V8Binding/v8/src/ia32/ |
D | disasm-ia32.cc | 288 static void get_modrm(byte data, int* mod, int* regop, int* rm) { in get_modrm() 340 int mod, regop, rm; in PrintRightOperandHelper() local 432 int mod, regop, rm; in PrintOperands() local 460 int mod, regop, rm; in PrintImmediateOp() local 489 int mod, regop, rm; in F7Instruction() local 522 int mod, regop, rm; in D1D3C1Instruction() local 640 int mod, regop, rm; in FPUInstruction() local 657 int mod, regop, rm; in FPUInstruction() local 670 int mod, regop, rm; in FPUInstruction() local 687 int mod, regop, rm; in FPUInstruction() local [all …]
|
/external/webkit/V8Binding/v8/src/x64/ |
D | disasm-x64.cc | 374 int* regop, in get_modrm() 435 int mod, regop, rm; in PrintRightOperandHelper() local 577 int mod, regop, rm; in PrintOperands() local 613 int mod, regop, rm; in PrintImmediateOp() local 654 int mod, regop, rm; in F7Instruction() local 706 int mod, regop, rm; in ShiftInstruction() local 845 int mod, regop, rm; in FPUInstruction() local 867 int mod, regop, rm; in FPUInstruction() local 885 int mod, regop, rm; in FPUInstruction() local 909 int mod, regop, rm; in FPUInstruction() local [all …]
|