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

  /external/chromium_org/v8/test/cctest/
test-disasm-arm64.cc 661 COMPARE(eon(w19, w20, Operand(0x80000001)),
663 COMPARE(eon(x21, x22, Operand(0xc000000000000003L)),
729 COMPARE(eon(w15, w16, Operand(w17)), "eon w15, w16, w17");
730 COMPARE(eon(x18, x19, Operand(x20, LSL, 21)), "eon x18, x19, x20, lsl #21");
731 COMPARE(eon(w21, w22, Operand(w23, LSR, 22)), "eon w21, w22, w23, lsr #22");
732 COMPARE(eon(x24, x25, Operand(x26, ASR, 23)), "eon x24, x25, x26, asr #23")
    [all...]
test-assembler-arm64.cc 1011 TEST(eon) {
1019 __ Eon(x2, x0, Operand(x1));
1020 __ Eon(w3, w0, Operand(w1, LSL, 4));
1021 __ Eon(x4, x0, Operand(x1, LSL, 4));
1022 __ Eon(x5, x0, Operand(x1, LSR, 1));
1023 __ Eon(w6, w0, Operand(w1, ASR, 20));
1024 __ Eon(x7, x0, Operand(x1, ASR, 20));
1025 __ Eon(w8, w0, Operand(w1, ROR, 28));
1026 __ Eon(x9, x0, Operand(x1, ROR, 28));
1027 __ Eon(w10, w0, Operand(0x03c003c0))
    [all...]
  /external/vixl/test/
test-disasm-a64.cc 631 COMPARE(eon(w19, w20, Operand(0x80000001)),
633 COMPARE(eon(x21, x22, Operand(0xc000000000000003)),
699 COMPARE(eon(w15, w16, Operand(w17)), "eon w15, w16, w17");
700 COMPARE(eon(x18, x19, Operand(x20, LSL, 21)), "eon x18, x19, x20, lsl #21");
701 COMPARE(eon(w21, w22, Operand(w23, LSR, 22)), "eon w21, w22, w23, lsr #22");
702 COMPARE(eon(x24, x25, Operand(x26, ASR, 23)), "eon x24, x25, x26, asr #23")
    [all...]
test-assembler-a64.cc 964 TEST(eon) {
971 __ Eon(x2, x0, Operand(x1));
972 __ Eon(w3, w0, Operand(w1, LSL, 4));
973 __ Eon(x4, x0, Operand(x1, LSL, 4));
974 __ Eon(x5, x0, Operand(x1, LSR, 1));
975 __ Eon(w6, w0, Operand(w1, ASR, 20));
976 __ Eon(x7, x0, Operand(x1, ASR, 20));
977 __ Eon(w8, w0, Operand(w1, ROR, 28));
978 __ Eon(x9, x0, Operand(x1, ROR, 28));
979 __ Eon(w10, w0, 0x03c003c0)
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 115 void MacroAssembler::Eon(const Register& rd,
120 LogicalMacro(rd, rn, operand, EON);
    [all...]
macro-assembler-arm64.h 136 inline void Eon(const Register& rd,
    [all...]
  /external/vixl/src/a64/
macro-assembler-a64.cc 112 void MacroAssembler::Eon(const Register& rd,
116 LogicalMacro(rd, rn, operand, EON);
    [all...]
macro-assembler-a64.h 120 void Eon(const Register& rd,
    [all...]

Completed in 471 milliseconds