HomeSort by relevance Sort by last modified time
    Searched refs:imm16u (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 207 #define imm16u {OpndKind_Imm, OpndSize_16, OpndExt_Zero, RegName_Null} macro
  /external/chromium_org/v8/src/mips/
disasm-mips.cc 375 case 'i': { // 'imm16u or 'imm26.
382 ASSERT(STRING_STARTS_WITH(format, "imm16u"));
818 Format(instr, "bc1t 'bc, 'imm16u");
820 Format(instr, "bc1f 'bc, 'imm16u");
830 Format(instr, "bltz 'rs, 'imm16u");
833 Format(instr, "bltzal 'rs, 'imm16u");
836 Format(instr, "bgez 'rs, 'imm16u");
839 Format(instr, "bgezal 'rs, 'imm16u");
847 Format(instr, "beq 'rs, 'rt, 'imm16u");
850 Format(instr, "bne 'rs, 'rt, 'imm16u");
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 371 case 'i': { // 'imm16u or 'imm26.
378 ASSERT(STRING_STARTS_WITH(format, "imm16u"));
805 Format(instr, "bc1t 'bc, 'imm16u");
807 Format(instr, "bc1f 'bc, 'imm16u");
817 Format(instr, "bltz 'rs, 'imm16u");
820 Format(instr, "bltzal 'rs, 'imm16u");
823 Format(instr, "bgez 'rs, 'imm16u");
826 Format(instr, "bgezal 'rs, 'imm16u");
834 Format(instr, "beq 'rs, 'rt, 'imm16u");
837 Format(instr, "bne 'rs, 'rt, 'imm16u");
    [all...]

Completed in 2209 milliseconds